Run shell command easy in your laravel projects
The package is in process.
Via Composer
composer require todocoding/laravel-terminal
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
The MIT License (MIT). Please see License File for more information.