Skip to content

Ready to use laravel solution with some dev sugar, like bootforms, node js, bower, artisan extras and so on.

Notifications You must be signed in to change notification settings

brinkonaut/laravel

Repository files navigation

Laravel 5 PHP Framework with some Dev-Sugar

Basic Laravel 5 with some Dev Sugar:

Setup

You need node.js, if you have it already go on.

Go into your project root folder and open a terminal, type npm install, wait till everything has been installed (needed node.js modules will now be installed).

After that type bower update, bower will now update bootstrap, jQuery and so on.

Last but not least give composer a quick update by typing composer update into your terminal, if you don't have Composer installed, install it now, its really helpful.

To complete this setup, type php artisan ide-helper:generate this command will build up a helper file for your IDE e.g. phpStorm.

Congratulation, your laravel is fine up and running.

Hint

Try visiting the other repos for usage instructions e.g. for the nice artisan generators.

##Troubleshooting

If composer update fails to execute, try to remove Illuminate\Broadcasting\BroadcastServiceProvider from your providers array in your config, then update with composer, then place it back into your providers array.

About

Ready to use laravel solution with some dev sugar, like bootforms, node js, bower, artisan extras and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages