Skip to content

yugnormand/laravel-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Laravel Terminal package

Run shell command easy in your laravel projects

The package is in process.

Install

Via Composer

composer require todocoding/laravel-terminal

Config

Add the following provider to providers part of config/app.php

Todocoding\LaravelTerminal\TerminalServiceProvider::class

and then run

php artisan vendor:publish --provider="Todocoding\LaravelTerminal\TerminalServiceProvider"

To generate the different files, which you will use

⇒ TerminalController.php
⇒ terminal/terminal.blade.php

To launch the terminal

http://localhost/terminal

Usage

License

The MIT License (MIT). Please see License File for more information.

About

Run shell command easy in your laravel projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published