Laravel 5.2 后台开发实例 -- 基于权限自动生成面包屑及菜单栏

WBOY
Release: 2016-06-20 12:27:12
Original
1388 people have browsed it

简介

基于 Laravel 5.2 与 zizaco/entrust 权限管理、开箱即用的后台模板,面包屑、菜单栏都是基于权限来生成,集成了 laravel-debugbar 超好用调试工具,带有日志解析查看模块。

截图

源码地址

https://github.com/big-pang/laravel5.2-Admin

安装

  • git clone 到本地
  • 执行 composer install
  • 配置 .env 中数据库连接信息,没有 .env 请复制 .env.example 命名为 .env
  • 执行 php artisan db:seed
  • 执行 php artisan serve
  • 键入 ‘localhost:8000/admin’
  • 默认后台账号:admin@admin.com 密码:admin

使用

  • 用户管理中的权限管理添加顶级权限。比如用户管理,’admin.user’ 只有两段的做左边的菜单栏,列表页统一为’admin.XXXX.index’ ,有问题可以参照路由与源码,也可以QQ我176608671或者留言一同学习与进步。
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!