Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallRuralDog committed Mar 23, 2020
1 parent 4457a0b commit 86779db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ php artisan admin:extend smallruraldog/miss-meijiu-admin

然后会在`Admin/Exends` 下创建一个扩展 `MissMeijiuAdmin`

进入到扩展根目录,就是`MissMeijiuAdmin`这个文件夹

检查你的项目`composer.json`配置文件,记住是项目的,不是扩展包的

```json
Expand All @@ -37,13 +35,15 @@ php artisan admin:extend smallruraldog/miss-meijiu-admin
}
```

## 初始化扩展包
检查完成后执行

```bash
```shell
composer update
```

成功后执行
## 初始化扩展包

进入到扩展根目录

```bash
npm install
Expand Down

0 comments on commit 86779db

Please sign in to comment.