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