BLaravel is Laravel but with a few boilerplate tweaks.
based on laravel/laravel 5.8.17
composer create-project --prefer-dist blaravel/blaravel blog
- Updated to laravel 5.8.17
- Removed
daemonite-material.
- layout has title section.
- User model is now in Models folder.
- HTTPS is forced (if available).
- Ships with
laravel-ide-helper&doctrine/dbal. - Helper file
helpers.phpadded & loaded with composer. - MySQL default engine is
InnoDB. - Laravel mix structure changed.
- Complies mixes found in
resources/mixes/. - Each mix has own
webpack.mix.jsfile. - Set current mix via section variable in
package.json.
- Complies mixes found in
- bootstrap replace with
daemonite-material, (bootstrapswappable, check source files for info). - Ships with
artisan make:authran.
For Official laravel documentation go here
BLaravel is based on Laravel and is open-source software licensed under the MIT license.