Skip to content

基于laravel5.1+adminLTE的一个通用后台管理系统

License

Notifications You must be signed in to change notification settings

majikang/SeuicGMS

Repository files navigation

Seuic GMS

Software License

General management system based on the Laravel PHP Framework

Features

  • 日志管理(Log Manager)
  • 用户验证(Auth Manager)
  • 用户管理(User Manager)
  • 角色与权限管理(Roles & Permissions Manager)
  • 模型视图分层,代码层解耦(Repository && Presenters && Services)
  • 数据备份(Data Backup)
  • 计划任务(Planning Task )
  • 操作记录分析(Operation Log Analysis )

Requirements

  • PHP : 5.6.15
  • Laravel : 5.1.*
  • Composer

My Development Environment

Homestead/Docker

  • PHP - 5.6.15
  • Redis - 3.0.5
  • Nginx - 1.8.0
  • MySQL - 5.7.9

Installation

  1. git clone https://github.com/majikang/SeuicGMS.git
  2. cd SeuicGMS-master
  3. sudo chmod -R 777 storage/
  4. sudo composer install
  5. sudo npm install
  6. sudo vi .env
  7. gulp
  8. php artisan migrate:refresh --seed
  9. php artisan serve
  10. gulp watch

默认账号: [email protected] / [email protected] 密码: 123456

Plugin

License

MIT License

About

基于laravel5.1+adminLTE的一个通用后台管理系统

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published