painlesscode/breeze-multiauth

Multi authentication system with laravel breeze
10,071 47
Install
composer require painlesscode/breeze-multiauth
Latest Version:v3.1.0
PHP:^7.3|^8.0
License:MIT
Last Updated:Oct 18, 2022
Links: GitHub  ·  Packagist
Maintainer: hazzaz

Breeze Multiauth

Laravel

laravel breeze with multi authentication system.

If you want to create standalone authentication system like default laravel user authentication system but using different guard, this package will help you.

Installation

You can install the package via composer:

composer require painlesscode/breeze-multiauth --dev

Usage

You just need to run one artisan command.

php artisan breeze:multiauth Administrator

Here, Administrator is the role name of newly created authentication system.

You can log in with http://example.com/administrator/login

This Package does not provides assets (css/js) by default.

If you want assets too, you can run

php artisan breeze:multiauth Administrator --asset

If you want to replace existing files, you can run

php artisan breeze:multiauth Administrator --force

Now, Migrate,

php artisan migrate

Test

You can test newly created authentication system by

php artisan test

Related Packages

jason2/auth2

Laravel 4 - Multi Auth With Password Reminder

5 0
zionon/multiauth

MultiAuth for Laravel 5.1

33 2
sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,241 50
dayed/auth2

Laravel 4 - Multi Auth With Password Reminder

156 0
hotwired-laravel/turbo-breeze

Minimal Laravel authentication scaffolding with Turbo.

2,872 6