laravel-bulma-auth-preset
laravel-bulma-auth-preset copied to clipboard
Laravel 8.x Bulma authentication preset
Laravel 8.x Bulma Authentication Preset

Bulma CSS Framework authentication scaffolding for Laravel 8.x (for Laravel 7.x use 1.3 branch)
Laravel 8.x Bulma authentication preset
- Login form
- Password confirm form
- Password reset request form
- Password reset form
- Registration form
- E-mail validation form
Table of Contents
- Installation
- Browser Support
- Reporting Issues
- Licensing
- Package info
- Useful Links
Installation
composer require vikdiesel/laravel-bulma-auth-preset --dev(package will be added to require-dev)composer require laravel/uiphp artisan ui:authphp artisan ui:controllersphp artisan jb:bulma-preset(this will ask to overwrite Laravel's default views & scss)npm installnpm run devornpm run prod
Browser Support
We try to make sure package displays well in the latest versions of all major browsers
Reporting Issues
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
Licensing
- Copyright © 2019-2021 JustBoil.me (https://justboil.me)
- Licensed under MIT
Package info
- Bulma 0.9
- Laravel-mix 6.x
- Laravel 8.x