wataridori / blaravel
A Custom Version of Laravel Framework which completely follows PSR1/2
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- laravel/framework: 5.0.*
Requires (Dev)
- barryvdh/laravel-debugbar: ~2.0
- barryvdh/laravel-ide-helper: ~2.0
- illuminate/html: ~5.0
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-15 20:28:48 UTC
README
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
storage
folder to 777 -
If you are using an IDE, run
php artisan ide-helper:generate
to generate helper for IDE. View docs here