zucheng / laravel-admin
The Laravel Framework.
dev-master
2018-05-31 11:02 UTC
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- luzucheng59/voyager: ^1.1
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
- symfony/thanks: ^1.0
This package is not auto-updated.
Last update: 2025-04-06 07:33:21 UTC
README
项目介绍
基于laravel5.5 和 voyager 扩展的后台管理系统
软件架构
系统基于 laravel5.5 + voyager架构,整合了用户、角色、权限、菜单等基础服务
安装教程
- git clone https://gitee.com/zucheng/laravel-voyager-admin.git
- composer update
- 配置数据库信息(位于.env文件里)
- 导入基础数据 db.sql
使用说明
- php版本 > 7.0
- 访问后台地址: 您的域名/admin; 用户名/密码: admin/luzucheng
页面效果
用户管理
文件管理
数据库管理
菜单管理
参与贡献
参考资料
- laravel https://github.com/laravel/laravel
- voyager扩展 https://github.com/luzucheng59/voyager/