blaravel maintained by wataridori
Base Laravel
Just A Laravel Project which completely follow the PSR coding standard
Features
- Laravel 5.0.x
- All files were refactored to follow the PSR Coding Standard
- jQuery & Bootstrap included
- Well-designed View layout
- HTML and FORM facade (which have been removed from the core installation in Laravel 5) included
- IDE Helper & Laravel Debugbar included
- And More ...
Install
- Run the following command
composer create-project wataridori/blaravel --prefer-dist
-
Chmod
storagefolder to 777 -
If you are using an IDE, run
php artisan ide-helper:generateto generate helper for IDE. View docs here