crystoline / larashell
Laravel: Run shell command without shell access over http
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6
- illuminate/support: ^5.5
This package is auto-updated.
Last update: 2025-03-19 21:01:36 UTC
README
larashell
Laravel: Run shell command without shell access over http
Requirement
- Laravel ^5.1
- PHP ^5.5
Install
Via Composer
$ composer require crystoline/larashell
Add the following provider to providers part of config/app.php
Crystoline\LaraShell\LarashellProvider::class
Usage
Access the terminal via
http://your-url.com/larashell
Note
LaraShell 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.
License
The MIT License (MIT). Please see License File for more information.