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.php
added & loaded with composer. - MySQL default engine is
InnoDB
. - Laravel mix structure changed.
- Complies mixes found in
resources/mixes/
. - Each mix has own
webpack.mix.js
file. - Set current mix via section variable in
package.json
.
- Complies mixes found in
- bootstrap replace with
daemonite-material
, (bootstrap
swappable, check source files for info). - Ships with
artisan make:auth
ran.
For Official laravel documentation go here
BLaravel is based on Laravel and is open-source software licensed under the MIT license.