Bulma Frontend Preset For Laravel Framework 5.5 and Up
Current version: Bulma ^v0.8.0 + Bulma Extensions ^v6.2.7
- Fresh install Laravel 5.5 (and up) and
cdto your app. - Install this preset via
composer require laravel-frontend-presets/bulma. No need to register the service provider. Laravel 5.5 & up can auto detect the package. - Use
php artisan ui bulmafor basic Bulma preset. OR Usephp artisan ui bulma-authfor basic preset, Auth route entry and Bulma Auth views in one go. npm installnpm run dev- Configure your favorite database (mysql, sqlite etc.)
php artisan migrateto create basic user tables.php artisan serve(or equivalent) to run server and test preset.
- Upto Laravel 5.6 - Vendor publish and replace the code from here default.blade.php
- Laravel 5.7 and up - Vendor publish and replace the code from here bootstrap-4.blade.php
- It is a set of missing Bulma.io functionalities in the form of extensions. More info at https://wikiki.github.io/
- Customize
bulma.sass,bulma-extensions.sass,bulma-extensions.jsandapp.jsas needed.
