2017 © Pedro Peláez
 

library laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

image

ricoa/laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

  • Saturday, June 30, 2018
  • by ricoa
  • Repository
  • 1 Watchers
  • 2 Stars
  • 11 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 120 % Grown

The README.md

<, (*1)

p align="center"> laravel-auth , (*2)

一个基于Laravel的后台权限、菜单管理解决方案., (*3)

描述

本系统集laravel的后台权限管理和菜单管理于一体,使得开发者不用过多关注权限和菜单如何处理,可以花更多时间去考虑如何更好完成项目。, (*4)

本系统使用Zizaco/entrust做为权限的基础,请先阅读相关文档,理解其中的概念。, (*5)

安装

//安装开发中版本
composer require ricoa/laravel-auth:dev-master

配置

1、注册 ServiceProvider:, (*6)

\Ricoa\Auth\MenusServiceProvider::class,

2、创建配置文件, (*7)

php artisan vendor:publish

3、修改config/menus.php的对应信息, (*8)

4、添加数据 在database/seeds/DatabaseSeeder.php里添加, (*9)

$this->call(RicoaUsersSeeder::class);

此时会生成, (*10)

  • 超级管理员角色
[
    'name'=> 'super',
    'display_name'=> '超级管理员',
    'description'=> '系统超级管理员',
]
  • 用户,角色是超级管理员
[
    'email'=>"1@qq.com",
    'name'=>'超级管理员',
    'password'=>'1',
]
  • 基础权限

使用

The Versions

30/06 2018

dev-master

9999999-dev https://github.com/ricoa/laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

30/06 2018

v2.0.2

2.0.2.0 https://github.com/ricoa/laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

28/02 2017

v2.0.0

2.0.0.0 https://github.com/ricoa/laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

28/02 2017

v2.0.1

2.0.1.0 https://github.com/ricoa/laravel-auth

一个基于 Laravel5 的后台权限、菜单管理解决方案

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

16/02 2017

v1.4.0

1.4.0.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

09/02 2017

v1.3.0

1.3.0.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

08/02 2017

v1.2.3

1.2.3.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

16/01 2017

v1.2.2

1.2.2.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

19/09 2016

v1.2.1

1.2.1.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

18/09 2016

v1.2.0

1.2.0.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

18/09 2016

v1.1.1

1.1.1.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

18/09 2016

v1.1.0

1.1.0.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

18/09 2016

v1.0.1

1.0.1.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

18/09 2016

v1.0.0

1.0.0.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

17/09 2016

v0.0.2

0.0.2.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission

17/09 2016

v0.0.1

0.0.1.0 https://github.com/ricoa/auth

A quick way to handle menus and permission in Laravel 5

  Sources   Download

MIT

The Requires

 

by Ricoo

laravel menu permission