ibourgeois / laraedit
IDE Package for Laravel
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 9
Forks: 8
Language:JavaScript
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
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