Download the PHP package superadminx/admin without Composer
On this page you can find all versions of the php package superadminx/admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download superadminx/admin
More information about superadminx/admin
Files in superadminx/admin
Download superadminx/admin
More information about superadminx/admin
Files in superadminx/admin
Vendor superadminx
Package admin
Short Description SuperAdminx基于webman的中后台开发框架
License MIT
Homepage http://www.superadminx.com
Package admin
Short Description SuperAdminx基于webman的中后台开发框架
License MIT
Homepage http://www.superadminx.com
Keywords High Performancehttp service
Please rate this library. Is it a good library?
Informations about the package admin
介绍
后端主要集成权限管理(可基于接口级别权限)、代码生成,后续将已经插件形式开放更多功能;前端内置多种布局,基于按钮级别的权限,扩展多种form字段及table中预览展示的多个组件
软件架构
后端基于workerman的webman高性能HTTP框架,常用的ThinkORM、ThinkValidate,前端基于react
用js
写的,主要用到的组件库是Ant Design、ProComponents
使用文档
预览
安装教程
环境要求
- php >= 8.1
- mysql >= 5.6
- node >= 20
php需要的扩展
- fileinfo
- imagemagick
- exif
- xlswriter 表格导入导出用的此扩展,如导入导出换成其它逻辑可以不用安装
- redis 非必须,如果要用消息列队或缓存用redis
php需要解除的禁用函数
开始安装
-
获取源码,以下3种方式任选一
-
如果通过第一种方式则直接跳过,第二、三通过git获取源码才需要进入项目根目录,安装依赖
- 数据库
- 新建数据库,编码为
utf8mb4
,导入根目录下superadminx.sql
,此sql是用navicat导出的 - 修改根目录下
.env
里面数据库配置
- 新建数据库,编码为
- 启动项目
windows用户:双击项目根目录 windows.bat
或者在根目录运行 php windows.php
启动
linux用户:调试方式运行 php start.php start
,守护进程方式运行 php start.php start -d
更多细节参考webman官方文档
-
进行
根目录/public/admin_react/
,安装前端依赖 - 运行前端,即可访问
http://localhost:5200/admin/
,登录的帐号密码同 预览
All versions of admin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
workerman/webman-framework Version ^2.1
monolog/monolog Version ^2.0
intervention/image Version ^3.11
vlucas/phpdotenv Version ^5.6
workerman/crontab Version ^1.0
webman/push Version ^1.1
w7corp/easywechat Version ^6.17
yansongda/pay Version ^3.7
webman/redis-queue Version ^2.1
webman/think-orm Version ^2.1
webman/event Version ^1.0
webman/cache Version ^2.1
guzzlehttp/guzzle Version ^7.9
hyperf/pimple Version ^2.2
taoser/webman-validate Version ^1.7
webman/console Version ^2.1
webman/redis Version ^2.1
illuminate/events Version ^10.48
workerman/webman-framework Version ^2.1
monolog/monolog Version ^2.0
intervention/image Version ^3.11
vlucas/phpdotenv Version ^5.6
workerman/crontab Version ^1.0
webman/push Version ^1.1
w7corp/easywechat Version ^6.17
yansongda/pay Version ^3.7
webman/redis-queue Version ^2.1
webman/think-orm Version ^2.1
webman/event Version ^1.0
webman/cache Version ^2.1
guzzlehttp/guzzle Version ^7.9
hyperf/pimple Version ^2.2
taoser/webman-validate Version ^1.7
webman/console Version ^2.1
webman/redis Version ^2.1
illuminate/events Version ^10.48
The package superadminx/admin contains the following files
Loading the files please wait ....