From c3c6eb78b0b322604447234b84680cb23f9b265e Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Thu, 22 Jun 2023 12:10:38 +0800 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 21411a7..bccc209 100644 --- a/README.md +++ b/README.md @@ -4,33 +4,12 @@ > > ThinkPHP v8.0 和 layui v2.8.x 的快速开发的后台管理系统。 > -> 演示地址:[easyadmin8.wolfcode.top](http://easyadmin8.wolfcode.top) - -## 相关文档 - -* [ThinkPHP 8.0](https://doc.thinkphp.cn/v8_0) - -* [EasyAdmin](http://easyadmin.99php.cn/docs) - -* [Layui 2.8.x](https://layui.dev/docs/2.8/) - -* [Layuimini](https://github.com/zhongshaofa/layuimini) - -* [Annotations](https://github.com/doctrine/annotations) - -* [Jquery](https://github.com/jquery/jquery) - -* [RequireJs](https://github.com/requirejs/requirejs) - -* [CKEditor](https://github.com/ckeditor/ckeditor4) - -* [Echarts](https://github.com/apache/incubator-echarts) +> 演示地址:[http://easyadmin8.wolfcode.top](http://easyadmin8.wolfcode.top) ## 安装教程 > EasyAdmin8 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin8 之前,请确保你的机器已经安装了 Composer。 - ### 通过git下载安装包,composer安装依赖包 ``` @@ -42,7 +21,7 @@ git clone https://gitee.com/wolf18/easyAdmin8 -2.安装依赖包(确保 PHP 版本 >= 8.0) +2.安装依赖包(确保 PHP 版本 >= 8.0 且安装 fileinfo 扩展) composer install @@ -76,6 +55,26 @@ +## 相关文档 + +* [ThinkPHP 8.0](https://doc.thinkphp.cn/v8_0) + +* [EasyAdmin](http://easyadmin.99php.cn/docs) + +* [Layui 2.8.x](https://layui.dev/docs/2.8/) + +* [Layuimini](https://github.com/zhongshaofa/layuimini) + +* [Annotations](https://github.com/doctrine/annotations) + +* [Jquery](https://github.com/jquery/jquery) + +* [RequireJs](https://github.com/requirejs/requirejs) + +* [CKEditor](https://github.com/ckeditor/ckeditor4) + +* [Echarts](https://github.com/apache/incubator-echarts) + ## 免责声明 > 所有协议遵循 [`EasyAdmin`](https://gitee.com/zhongshaofa/easyadmin)