peterbrinck / brink
Better Bootstrap 4 workflow for Laravel
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 2
Forks: 1
Open Issues: 2
pkg:composer/peterbrinck/brink
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 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.
License
The package is licensed under the MIT license