• Stars
    star
    262
  • Rank 155,598 (Top 4 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RBAC Example By Laravel5.2

Larval 5.2 Rbac 示例

说明

这只是一个基于Laravel5.2 和 zizaco/entrust实现的RBAC的简单示例应用,通过路由名来控制权限,当然你也可以扩展一下应用到实际项目中。

截图

laravel rbac

rbac

rbac

安装

  • git clone 到本地
  • 执行 composer install
  • 配置 .local.env 中数据库连接信息
  • 执行 php artisan db:seed
  • 执行 php artisan serve
  • 默认后台账号:[email protected] 密码:admin