vikdiesel / laravel-bulma-auth-preset
Bulma Authentication Preset For Laravel
Installs: 632
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 5
Open Issues: 0
Language:Blade
Requires
- php: ^7.3|^8.0
- laravel/framework: ^8.0
- laravel/ui: ^3.2
README
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
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
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