peterbrinck / brink
This package is abandoned and no longer maintained.
No replacement package was suggested.
Better Bootstrap 4 workflow for Laravel
v1.3.0
2018-09-08 19:51 UTC
Requires
- laravel/framework: ^5.7
README
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.
Usage
- Fresh Laravel installation
- Install the package via
composer require peterbrinck/brink
. Laravel will automatically discover the package. - Use
php artisan brink
to install. (NOTE: All files inresources/assets/sass
will 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.
License
The package is licensed under the MIT license