ibourgeois/laraedit

IDE Package for Laravel

Installs: 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 46

Watchers: 9

Forks: 7

Language:JavaScript

0.2.1 2014-11-19 01:43 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:19 UTC


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

Code Editor View: LaraEdit.png

Terminal Emulator View: LaraEdit2.png

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