# laravel-voyager-admin **Repository Path**: zucheng/laravel-voyager-admin ## Basic Information - **Project Name**: laravel-voyager-admin - **Description**: 基于laravel5.5 和 voyager 扩展的后台管理系统 - **Primary Language**: PHP - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-05-30 - **Last Updated**: 2024-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel-voyager-admin #### 项目介绍 基于laravel5.5 和 voyager 扩展的后台管理系统 #### 软件架构 系统基于 laravel5.5 + voyager架构,整合了用户、角色、权限、菜单等基础服务 #### 安装教程 1. git clone https://gitee.com/zucheng/laravel-voyager-admin.git 2. composer update 3. 配置数据库信息(位于.env文件里) 4. 导入基础数据 db.sql #### 使用说明 1. php版本 > 7.0 2. 访问后台地址: 您的域名/admin; 用户名/密码: admin/luzucheng #### 页面效果 用户管理 ![输入图片说明](https://gitee.com/uploads/images/2018/0531/094522_ef9d2c24_111796.png "users.png") 文件管理 ![输入图片说明](https://gitee.com/uploads/images/2018/0531/094555_3b006d2a_111796.png "media.png") 数据库管理 ![输入图片说明](https://gitee.com/uploads/images/2018/0531/094611_d80157ef_111796.png "database.png") 菜单管理 ![输入图片说明](https://gitee.com/uploads/images/2018/0531/094808_cbafb8cf_111796.png "屏幕截图.png") #### 参与贡献 #### 参考资料 1. laravel [https://github.com/laravel/laravel](https://github.com/laravel/laravel) 2. voyager扩展 [https://github.com/luzucheng59/voyager/](https://github.com/luzucheng59/voyager/)