sugger/think-auth

thinkphp权限拓展

Maintainers

Package info

github.com/sugger/think-auth

pkg:composer/sugger/think-auth

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-18 06:42:55 UTC


README

安装

composer require sugger/think-auth

配置

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

公共配置

[
    
]

使用 Database

创建如下数据表


程序

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