Commit 0508def2 by wulei@ldy.com

reamde 增加部署相关内容

1 parent d647a296
Showing with 21 additions and 0 deletions
......@@ -10,6 +10,27 @@ laravel-wechat: ^6.0
jwt-auth: ^1.0
telescope: ^4.0
### 框架部署
进入框架根目录执行:
```shell
# 安装依赖
composer install
# 执行数据库迁移
php artisan migrate
# 安装与发布admin
php artisan admin:install
php artisan admin:publish
# 发布telescope
php artisan telescope:publish
# storage目录分配权限
chmod -R 777 storage
```
### 主要集成项及能力
#### dcat-admin
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!