https://github.com/mordisacks/blaravel
Blaravel - a better laravel
https://github.com/mordisacks/blaravel
boilerplate create-project laravel
Last synced: 3 months ago
JSON representation
Blaravel - a better laravel
- Host: GitHub
- URL: https://github.com/mordisacks/blaravel
- Owner: MordiSacks
- Created: 2019-03-07T13:23:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T09:23:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:56:23.120Z (5 months ago)
- Topics: boilerplate, create-project, laravel
- Language: PHP
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BLaravel
**BLaravel** is Laravel but with a few boilerplate tweaks.
#### based on [laravel/laravel 5.8.17](https://github.com/laravel/laravel/tree/v5.8.3)
### usage
`composer create-project --prefer-dist blaravel/blaravel blog`## Main differences
### 1.1.2
* Updated to laravel 5.8.17### 1.1.1
* Removed `daemonite-material`.### 1.1.0
* layout has title section.### 1.0.0
* 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`.
* bootstrap replace with `daemonite-material`, (`bootstrap` swappable, check source files for info).
* Ships with `artisan make:auth` ran.### For Official laravel documentation go [here](https://laravel.com/docs)
## License
BLaravel is based on Laravel and is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).