ibourgeois/laraedit
IDE Package for Laravel
126
46
| Install | |
|---|---|
composer require ibourgeois/laraedit |
|
| Latest Version: | 0.2.1 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | Jul 21, 2022 |
| Links: | GitHub · Packagist |
Maintainer: iBourgeois
LaraEdit

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
Code Editor View:

Terminal Emulator View:

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