Bulma Frontend Preset For Laravel Framework 6.0 and Up
Installs: 54 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 171
Watchers: 13
Forks: 25
Open Issues: 2
Language:HTML
Requires
- laravel/framework: ^7.0
- laravel/ui: ^2.0
- dev-master
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.7.13
- v1.7.12
- v1.7.11
- v1.7.10
- v1.7.9
- v1.7.8
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.9
- v1.6.8
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-11 02:40:56 UTC
README
Bulma Frontend Preset For Laravel Framework 5.5 and Up
Current version: Bulma ^v0.8.0 + Bulma Extensions ^v6.2.7
Usage
- Fresh install Laravel 5.5 (and up) and
cd
to 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 bulma
for basic Bulma preset. OR Usephp artisan ui bulma-auth
for basic preset, Auth route entry and Bulma Auth views in one go. npm install
npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
Bulma Pagination Template
- 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
Bulma Extensions
- 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.js
andapp.js
as needed.