您好我正在进行自定义用户角色管理(不使用laravel内置实现),我有以下表格
1-用户 2-角色 3- User_Role
问题我想根据登录用户代表当前登录的用户角色显示不同的布局。
这是主布局代码
<section id="container" class="" style="">
@include('frontend.header.header')
@include('frontend.sidebar.sidebar')
<div class="admin_right_content">
@section('content')
@show
</div>
</section>
应根据经过身份验证的用户更改此布局。实际上我想限制用户使用不同的布局,请指导我,谢谢
答案 0 :(得分:0)
嗨,有一个很好的包可以完成所有这些。所以你正在使用laravel 5.4
composer require spatie/laravel-permission