Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
吴磊(PHP)
/
admin-skeleton
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0508def2
authored
Jun 08, 2023
by
wulei@ldy.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reamde 增加部署相关内容
1 parent
d647a296
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
README.md
README.md
View file @
0508def
...
@@ -10,6 +10,27 @@ laravel-wechat: ^6.0
...
@@ -10,6 +10,27 @@ laravel-wechat: ^6.0
jwt-auth: ^1.0
jwt-auth: ^1.0
telescope: ^4.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
#### dcat-admin
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment