Package Data | |
---|---|
Maintainer Username: | Laraveldeep |
Package Create Date: | 2017-07-23 |
Package Last Update: | 2020-05-10 |
Home Page: | https://laravel-frontend-presets.github.io/bulma |
Language: | HTML |
License: | MIT |
Last Refreshed: | 2024-12-15 15:02:01 |
Package Statistics | |
---|---|
Total Downloads: | 54,388 |
Monthly Downloads: | 47 |
Daily Downloads: | 0 |
Total Stars: | 171 |
Total Watchers: | 13 |
Total Forks: | 25 |
Total Open Issues: | 2 |
Bulma Frontend Preset For Laravel Framework 5.5 and Up
Current version: Bulma v0.7.4 + Bulma Extensions v4.0.2
cd
to your app.composer require laravel-frontend-presets/bulma
. No need to register the service provider. Laravel 5.5 & up can auto detect the package.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.npm install
npm run dev
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.bulma.sass
, bulma-extensions.sass
, bulma-extensions.js
and app.js
as needed.