painlesscode/breeze-multiauth
最新稳定版本:v3.1.0
Composer 安装命令:
composer require painlesscode/breeze-multiauth
包简介
Multi authentication system with laravel breeze
README 文档
README
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
统计信息
- 总下载量: 7.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 48
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-09