ridrog/laravel-bulma is a Laravel package for bulma for laravel.
It currently has 0 GitHub stars and 48 downloads on Packagist (latest version 0.0.2).
Install it with composer require ridrog/laravel-bulma.
Discover more Laravel packages by ridrog
or browse all Laravel packages to compare alternatives.
Last updated
composer require ridrog/bulma-auth
nothing more to do, thanks to package auto discovery
add the Service Provider to app/config.php
Ridrog\Bulma\BulmaServiceProvider::class,
Adds bulma and font-awesome to the package.json file.
It also overrides app.scss and _variables.scss with bulma specific versions.
php artisan bulma:preset
php artisan bulma:auth
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.