Skip to content

Commit

Permalink
框架需要使用composer安装管理;更新文档描述; (#97)
Browse files Browse the repository at this point in the history
* [feat]删除composer包文件,安装需要执行composer install命令

* [feat]更新文档描述

* [feat]更新文档描述

* [fix]修改文字描述
  • Loading branch information
zhongshaofa committed Sep 6, 2021
1 parent 1a7b7a7 commit 3888cab
Show file tree
Hide file tree
Showing 2,036 changed files with 25 additions and 377,128 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -14,4 +14,5 @@ public/conf
public/WowOss.exe
app/index/controller/Test.php
composer.phar
app/test/
app/test/
vendor
23 changes: 23 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,29 @@

技术交流QQ群:[763822524](https://jq.qq.com/?_wv=1027&k=5IHJawE) `加群请备注来源:如gitee、github、官网等`

## 安装教程
>EasyAdmin 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin 之前,请确保你的机器已经安装了 Composer。
#### 通过 Composer 创建项目`建议`
`composer create-project --prefer-dist zhongshaofa/easyadmin blog`

#### 通过git下载安装包,composer安装依赖包

```bash
第一步,下载安装包

git clone https://github.com/zhongshaofa/easyadmin
或者
git clone https://gitee.com/zhongshaofa/easyadmin


第二步,安装依赖包
composer install

```



## 站点地址

* 官方网站:[http://easyadmin.99php.cn](http://easyadmin.99php.cn)
Expand Down
21 changes: 0 additions & 21 deletions vendor/adbario/php-dot-notation/LICENSE.md

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/adbario/php-dot-notation/composer.json

This file was deleted.

0 comments on commit 3888cab

Please sign in to comment.