gorankrgovic/laraccount

该软件包提供了一种灵活的方式,将账户功能添加到您的用户中。

v0.0.3 2018-09-18 11:17 UTC

This package is auto-updated.

Last update: 2024-09-19 00:42:01 UTC


README

Build Status Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads

Laraccount 是一种简单且灵活的方式,可以将账户授权功能添加到 Laravel 5 (>=5.2.32) 中。

安装、配置和用法

通过 composer

composer require gorankrgovic/laraccount

之后发布配置文件

php artisan vendor:publish --tag="laraccount"

然后运行设置命令。

php artisan laraccount:setup

最后,运行迁移并准备好

php artisan migrate

Laraccount 支持什么?

  • 多用户模型。
  • 可以将多个账户附加到用户上。
  • 账户缓存。
  • 账户附加、移除或同步时的事件。

许可证

Laraccount 是开源软件,许可协议为 MIT 许可证

贡献

请将您在问题页面中发现的问题报告。欢迎提交拉取请求。