yuzhibiao/think-auth

适用于 thinkphp5 的认证包

1.0.0 2019-04-29 09:50 UTC

This package is auto-updated.

Last update: 2024-09-29 05:09:27 UTC


README

thinkphp5.1 权限认证类库

安装

使用 composer require topthink/think-captcha:dev-master 安装

##使用

  1. 将当前类库下 database/migrations 的所有文件复制到项目根目录的 database/migrations 中

  2. 在命令行下,切换到项目根目录,执行以下命令导入表结构: php think migrate:run

  3. 在项目中使用类库: $auth = yuzhibiao\auth::instance();