yuzhibiao/think-auth

Auth package for thinkphp5

1.0.0 2019-04-29 09:50 UTC

This package is auto-updated.

Last update: 2025-05-29 01:32:45 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();