Laravel: Run shell command without shell access over http
- Laravel ^5.1
- PHP ^5.5
Via Composer
$ composer require crystoline/larashellAdd the following provider to providers part of config/app.php
Crystoline\LaraShell\LarashellProvider::classAccess the terminal via
http://your-url.com/larashellLaraShell does not work exactlly like shell terminal. You have to run your commands on seperate line because it is not interrative. it does keep the state from previous command.
The MIT License (MIT). Please see License File for more information.