sugger/think-auth

thinkphp权限拓展

dev-master 2019-02-17 09:38 UTC

This package is auto-updated.

Last update: 2024-09-18 03:32:38 UTC


README

安装

composer require sugger/think-auth

配置

配置文件位于 application/extra/auth.php

公共配置

[
    
]

使用 Database

创建如下数据表


程序

写一个 添加/删除 数据路由对应关系的Command