gorankrgovic/laraccount
Composer 安装命令:
composer require gorankrgovic/laraccount
包简介
This package provides a flexible way to add Account capability to your users.
关键字:
README 文档
README
Laraccount is an easy and flexible way to add account authorization capability to Laravel 5 (>=5.2.32).
Installation, Configuration and Usage
Via composer
composer require gorankrgovic/laraccount
After that publish the config file
php artisan vendor:publish --tag="laraccount"
And run the setup command.
php artisan laraccount:setup
Finally, run the migrations and you are ready
php artisan migrate
What does Laraccount support?
- Multiple user models.
- Multiple accounts can be attached to users.
- Accounts caching.
- Events when accounts are attached, detached or synced.
License
Laraccount is open-sourced software licensed under the MIT license.
Contributing
Please report any issue you find in the issues page. Pull requests are more than welcome.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-18