用户管理

This commit is contained in:
wuyanwen
2019-12-07 17:31:38 +08:00
parent fa4837487b
commit 330a19e8c3
35 changed files with 1181 additions and 214 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "jaguarjack/think-module",
"description": "thinkphp module",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "jaguarjack",
"email": "njphper@gmail.com"
}
],
"autoload": {
"psr-4": {
"jaguarjack\\think\\module\\": "src"
}
},
"minimum-stability": "dev",
"require": {}
}