softquantum / laravel-preset-bulma
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel 5.5 Front-end preset for Bulma CSS
Package info
github.com/softquantum/laravel-preset-bulma
Language:Blade
pkg:composer/softquantum/laravel-preset-bulma
1.0.2
2017-09-22 12:38 UTC
Requires
- laravel/framework: 5.5.*
This package is auto-updated.
Last update: 2021-07-20 15:25:50 UTC
README
⚠️ THIS PACKAGE IS DEPRECATED, YOU SHOULDN'T BE USING LARAVEL 5.5 ANYMORE
Laravel 5.5.x Front-end Preset For Bulma CSS
Preset for Bulma CSS scaffolding on new Laravel 5.5.x project. Includes pagination blade files.
Current version: Bulma 5.x
Usage
- If not a fresh install of Laravel, make sure you committed to your repository or that you have a backup of your files.
- Fresh install Laravel 5.5.x and
cdto your app. - Install this preset via
composer require softquantum/laravel-preset-bulma --dev. Laravel 5.5.x will automatically discover this package. No need to register the service provider. - Use
php artisan preset bulmafor basic Bulma preset. OR Usephp artisan preset bulma-authfor basic preset, Auth route entry and Bulma Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php) npm installnpm run dev
License
MIT
Notes
Share if you made a better version. Submit a PR or share the link to your repo.