blezdubien/laravel-bulma-auth-preset

Bulma Authentication Preset For Laravel

dev-master 2022-12-05 09:30 UTC

This package is not auto-updated.

Last update: 2024-05-07 13:54:08 UTC


README

Latest Stable Version Total Downloads License

Laravel Bulma Authentication Preset

Bulma CSS Framework authentication scaffolding for Laravel 8.x (for Laravel 7.x use 1.3 branch)

Laravel 9.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 blezdubien/laravel-bulma-auth-preset (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 or npm run prod

Browser Support

We try to make sure package displays well in the latest versions of all major browsers

Chrome Firefox Edge Safari Opera

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.

  1. Make sure that you are using the latest version of the package
  2. Provide steps to reproduce
  3. Provide an expected behavior
  4. Describe what is actually happening
  5. Platform, Browser & version as some issues may be browser specific

Licensing

Package info

  • Bulma 0.9
  • Laravel-mix 6.x
  • Laravel 8.x

Useful Links