mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
fix: 增加 env 配置执行脚本
This commit is contained in:
parent
029f389088
commit
d315de80fa
@ -23,5 +23,10 @@
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"zoujingli/think-plugs-admin": "^1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"@php -r \"file_exists('.env.example') && !file_exists('.env') && copy('.env.example', '.env');\""
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user