ibourgeois/laraedit
最新稳定版本:0.2.1
Composer 安装命令:
composer require ibourgeois/laraedit
包简介
IDE Package for Laravel
README 文档
README
LaraEdit is an IDE Package for Laravel complete with a code editor and terminal, pre-configured for the Laravel Homestead environment. Updating the default configuration will allow LaraEdit to work in other development environments.
UPDATE
LaraEdit is currently being ported to Laravel 5 and is now located at https://github.com/LaraEdit/LaraEdit
Warning: DO NOT INSTALL LARAEDIT IN A PRODUCTION ENVIRONMENT. THIS IS FOR DEVELOPMENT ONLY! YOU'VE BEEN WARNED!
Screenshots
Install
1 - Add the following requirement to your composer.json file:
For the latest development version:
"ibourgeois/laraedit": "dev-master"
For the latest stable version:
"ibourgeois/laraedit": "0.2.0"
2 - Add the following service provider to your /app/config/app.php file:
'Ibourgeois\Laraedit\LaraeditServiceProvider',
3 - Run the following command to publish the package assets:
php artisan asset:publish ibourgeois/laraedit
4 - Open LaraEdit in your browser:
The default route is /laraedit
Info
To see LaraEdit in action before you install it, check out my YouTube videos (playlist): http://youtu.be/q1kUxYe6JcQ?list=PL-eVEjqk2Kwie7PqhhkO3iFe7GORgxPvB
Links
Credits
统计信息
- 总下载量: 126
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 48
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-15

