Brink is a better Bootstrap 4 workflow for Laravel.
It's basically the workflow from Sage by roots.
Also, this is my first ever Laravel package, so there's probably something I could have done differently.
Please open an issue or a pull request if you have anything to add.
- Fresh Laravel installation
- Install the package via
composer require peterbrinck/brink. Laravel will automatically discover the package. - Use
php artisan brinkto install. (NOTE: All files inresources/assets/sasswill be deleted) npm install && npm run dev
If a file called app.scss already exists you will be asked to confirm because it will overwrite your current files.
You can also use the --force option to force the installation without any confirmation.
The package is licensed under the MIT license