Ex-admin-hyperf 是一个基于Ant Design of Vue + hyperf 开发而成后台系统构建工具,无需关注页面模板JavaScript,只用php代码即可快速构建出一个功能完善的后台系统。
rockys/ex-admin-hyperf is a Laravel package for ex-admin-hyperf 是一个基于ant design of vue + hyperf 开发而成后台系统构建工具,无需关注页面模板javascript,只用php代码即可快速构建出一个功能完善的后台系统。.
It currently has 7 GitHub stars and 86 downloads on Packagist (latest version 2.0.0).
Install it with composer require rockys/ex-admin-hyperf.
Discover more Laravel packages by rockys
or browse all Laravel packages to compare alternatives.
Last updated

Ex-Admin是一个基于Ant Design of Vue开发而成后台系统构建工具,无需关注页面模板JavaScript,只用php代码即可快速构建出一个功能完善的后台系统。。

首先需要安装 hyperf 框架,如已安装可以跳过此步骤。如果您是第一次使用 hyperf,请务必先阅读文档 安装《Hyperf 2 文档》 !
composer create-project hyperf/hyperf-skeleton 项目名称
安装完 hyperf 之后需要修改.env 文件,设置数据库连接设置正确
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=hyperf
DB_USERNAME=root
DB_PASSWORD=
安装 ex-admin
cd {项目名称}
composer require rockys/ex-admin-hyperf
然后运行下面的命令完成安装:
php bin/hyperf.php admin:install
启动:
cd {项目名称}
php bin/hyperf.php start
启动服务后,在浏览器打开 http://127.0.0.1:9501/admin,使用用户名 admin 和密码 admin 登陆
Ex-Admin 基于以下组件:
Ex-Admin遵循Apache2开源协议发布,并提供免费使用
