crystoline/larashell
Composer 安装命令:
composer create-project crystoline/larashell
包简介
Laravel: Run shell command without shell access over http
README 文档
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.
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-06