mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改说明和composer;
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
[](https://www.mysql.com/)
|
||||
[](https://github.com/top-think/framework)
|
||||
[](https://github.com/sentsin/layui)
|
||||
[](https://github.com/zhongshaofa/layuimini)
|
||||
[](https://github.com/ulthon/layuimini)
|
||||
[](http://doc.ulthon.com/home/read/ulthon_admin/home.html)
|
||||
[](https://gitee.com/ulthon/ulthon_admin/blob/master/LICENSE)
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
>ulthon_admin 使用 Composer 来管理项目依赖。因此,在使用 ulthon_admin 之前,请确保你的机器已经安装了 Composer。
|
||||
|
||||
#### 通过 Composer 创建项目`建议`
|
||||
`composer create-project --prefer-dist zhongshaofa/ulthon_admin blog`
|
||||
`composer create-project --prefer-dist ulthon/ulthon_admin blog`
|
||||
|
||||
#### 通过git下载安装包,composer安装依赖包
|
||||
|
||||
```bash
|
||||
第一步,下载安装包
|
||||
|
||||
git clone https://github.com/zhongshaofa/ulthon_admin
|
||||
git clone https://github.com/ulthon/ulthon_admin
|
||||
或者
|
||||
git clone https://gitee.com/zhongshaofa/ulthon_admin
|
||||
git clone https://gitee.com/ulthon/ulthon_admin
|
||||
|
||||
|
||||
第二步,安装依赖包
|
||||
|
||||
@@ -1,18 +1,19 @@
|
||||
{
|
||||
"name": "zhongshaofa/easyadmin",
|
||||
"name": "ulthon/ulthon_admin",
|
||||
"description": "基于ThinkPHP6.0和layui的快速开发的后台管理系统。",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"easyadmin",
|
||||
"ulthon_admin",
|
||||
"ulthon",
|
||||
"thinkphp",
|
||||
"admin"
|
||||
],
|
||||
"homepage": "http://easyadmin.99php.cn/",
|
||||
"homepage": "http://admin.demo.ulthon.com//",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "zhongshaofa",
|
||||
"email": "2286732552@qq.com"
|
||||
"name": "augushong",
|
||||
"email": "augushong@ulthon.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
||||
Reference in New Issue
Block a user