ikoncoder/auth
Composer 安装命令:
composer require ikoncoder/auth
包简介
Create User authentication system with roles and permissions.
README 文档
README
create auth to manage users, roles and permissions in laravel framework project
Installation
Require the package using composer:
composer require ikoncoder/auth
Usage
use Ikoncoder\Auth\UserFactory; $users = new UserFactory(); $user = $users->getRandomUser();
Contributing
Pull requests are welcome. For major change to the app, please open an issue first and discuss what you would like to change.
Please be sure to make an update to the test as appropiate.
License
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-25