Posts by Matheus Labanca • 9 points
2 posts
-
-1
votes1
answer1018
viewsQ: ACL Laravel 5.3
Is there any tutorial to create the structure of ACL (Permissions and roles) for Laravel 5.3? I tried to use the Zizaco/Entrust package, but even following the setup steps of github it didn’t work.…
-
1
votes0
answers44
viewsQ: Laravel request class rules validate delete
In the Laravel 5.3 there is some way to use the rules of the classes request not to let a bank record that has relationship be deleted? Similar to the rule that doesn’t let a record be entered…