Download the PHP package laravel-frontend-presets/bulma without Composer
On this page you can find all versions of the php package laravel-frontend-presets/bulma. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravel-frontend-presets/bulma
More information about laravel-frontend-presets/bulma
Files in laravel-frontend-presets/bulma
Download laravel-frontend-presets/bulma
More information about laravel-frontend-presets/bulma
Files in laravel-frontend-presets/bulma
Vendor laravel-frontend-presets
Package bulma
Short Description Bulma Frontend Preset For Laravel Framework 6.0 and Up
License MIT
Package bulma
Short Description Bulma Frontend Preset For Laravel Framework 6.0 and Up
License MIT
Please rate this library. Is it a good library?
Informations about the package bulma
Bulma Frontend Preset For Laravel Framework 5.5 and Up
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.
Screenshots
All versions of bulma with dependencies
PHP Build Version
Package Version
The package laravel-frontend-presets/bulma contains the following files
Loading the files please wait ....