duxphp / duxravel
This CMS system based on laravel
Installs: 345
Dependents: 0
Suggesters: 0
Security: 0
Stars: 70
Watchers: 1
Forks: 11
Open Issues: 1
Type:project
Requires
- ext-bcmath: *
- ext-fileinfo: *
- ext-json: *
- duxphp/duxravel-admin: dev-main
- duxphp/duxravel-app: dev-main
- duxphp/duxravel-installer: dev-main
- duxphp/duxravel-static: dev-main
- itsgoingd/clockwork: ^5.1
Requires (Dev)
- composer/composer: ^2.1
- fakerphp/faker: ^1.9.1
- kitloong/laravel-migrations-generator: ^6.0
- mockery/mockery: ^1.4.2
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2023-11-13 10:53:21 UTC
README
duxravel
是一款基于Laravel框架的开源的中文后台管理系统,拥有更快、更便捷、易开发的定制化管理后台。
特点
- 📦 开箱即用,将注意力集中在组件开发和文档编写上
- 📋 一体化封装的 UI 组件,让后端开发远离前端的复杂
- 📱 前端实时编译器,无需二次打包帮助即可快速增加前端组件
- 🏷 命令行生成基础开发模块,减少复制粘贴操作
- 🎨 文件化式菜单权限,减少数据化式的操作冗余
- 📡 内部 hook 式低耦开发,即插即用,应用即插件
环境
- PHP >= 7.4.0
- Mysql >= 5.7.0
- Composer >= 2.0.0
- Laravel >= 8.0.0
- Redis PHP Extension
安装
// 创建站点目录 $ mkdir library && cd library // 安装项目 $ composer create-project duxphp/duxravel // 启动web服务访问安装向导 http://localhost
维护者
使用许可
MIT © Richard Littauer