Looking to hire Laravel developers? Try LaraJobs

laravel-preset-bulma maintained by softquantum

Description
Laravel 5.5 Front-end preset for Bulma CSS
Last update
2021/01/20 15:09 (dev-master)
License
Links
Downloads
46

Comments
comments powered by Disqus

:warning: 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

  1. If not a fresh install of Laravel, make sure you committed to your repository or that you have a backup of your files.
  2. Fresh install Laravel 5.5.x and cd to your app.
  3. 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.
  4. Use php artisan preset bulma for basic Bulma preset. OR Use php artisan preset bulma-auth for 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 in routes/web.php)
  5. npm install
  6. npm run dev

License

MIT

Notes

Share if you made a better version. Submit a PR or share the link to your repo.