## 项目介绍 > `EasyAdmin8` 基于 [`EasyAdmin`](https://gitee.com/zhongshaofa/easyadmin) 的基础上更新 ThinkPHP 框架到 8.0 ,PHP 最低版本要求不低于 8.0 > > 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) ## 安装教程 > EasyAdmin8 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin8 之前,请确保你的机器已经安装了 Composer。 ### 通过git下载安装包,composer安装依赖包 ``` 1.下载安装包 git clone https://github.com/wolf-leo/easyAdmin8 或者 git clone https://gitee.com/wolf18/easyAdmin8 2.安装依赖包(确保 PHP 版本 >= 8.0) composer install 3. 拷贝 .example.env 文件重命名名为 .env 4.配置伪静态(以 Nginx 为例) location / { if ( !-e $request_filename){ rewrite ^/(.*)$ /index.php?s=$1 last; break; } } ``` ## 界面预览 ###