darsain/laravel-console
Composer 安装命令:
composer require darsain/laravel-console
包简介
Browser console for Laravel Framework.
README 文档
README
In-browser console for Laravel 4 PHP framework.
This bundle executes your code within ConsoleController@postExecute context, and displays the produced output.
The purpose is to easily test your stuff without creating garbage routes and controllers just to run something, ... I'm sure you know what I'm talking about :)
This bundle is intended for a local testing, and shouldn't get nowhere near your production servers!
Screenshots
Installation
Laravel 4
Add this into require-dev in your composer.json file:
"require-dev" : {
...
"darsain/laravel-console": "dev-master"
}
Run an update:
php composer.phar update
Register the console service provider in app/config/app.php:
'providers' => array( ... 'Darsain\Console\ConsoleServiceProvider', );
Then publish the bundle assets:
php artisan asset:publish
And you are done! Open the console in:
yourdomain.com/console
Laravel 3
Laravel 3 version along with installation process can be found in the L3 branch.
统计信息
- 总下载量: 57.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 173
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-31