Bulma CSS Framework authentication scaffolding for Laravel 8.x (for Laravel 7.x use 1.3 branch)
- Login form
- Password confirm form
- Password reset request form
- Password reset form
- Registration form
- E-mail validation form
composer require vikdiesel/laravel-bulma-auth-preset --dev
(package will be added to require-dev)composer require laravel/ui
php artisan ui:auth
php artisan ui:controllers
php artisan jb:bulma-preset
(this will ask to overwrite Laravel's default views & scss)npm install
npm run dev
ornpm run prod
We try to make sure package displays well in the latest versions of all major browsers
JustBoil's free items are limited to community support on GitHub.
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
- Make sure that you are using the latest version of the package
- Provide steps to reproduce
- Provide an expected behavior
- Describe what is actually happening
- Platform, Browser & version as some issues may be browser specific
- Copyright © 2019-2021 JustBoil.me (https://justboil.me)
- Licensed under MIT
- Bulma 0.9
- Laravel-mix 6.x
- Laravel 8.x