ridrog / laravel-bulma
Bulma for Laravel
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:HTML
Type:package
Requires
- php: >=5.6
- laravel/framework: ^5.4
Requires (Dev)
- orchestra/testbench: 3.4.*
- phpunit/phpunit: ^5.7.5
This package is not auto-updated.
Last update: 2024-11-06 02:28:31 UTC
README
What is this
Installation
composer require ridrog/bulma-auth
Laravel 5.5
nothing more to do, thanks to package auto discovery
> Laravel 5.5
add the Service Provider to app/config.php
Ridrog\Bulma\BulmaServiceProvider::class,
Usage
Command: bulma:preset
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
Command: bulma:auth
- It calls bulma:preset
- Create all views and Controller, just like make:auth
php artisan bulma:auth
Config
Details
Commands
- bulma:preset
- bulma:auth
- bulma:view NameOfTheView
- bulma:example NameOfTheExample
Views
- Login
- Register
- Password/Email
- Password/Rest
- Home
- Welcome
Partials
- Pagination
Components
Tests
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email mail@ridrog.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.