@Maskers-1 You are welcome dude. @jasonfrye sound interesting.
Btw, this video is great
https://laracasts.com/lessons/email-verification-in-laravel
and ACL part here
I'll try https://github.com/romanbican/roles soon, then i'll back to tell you about it.
I think https://github.com/JosephSilber/bouncer deserves a mention here too. It is built upon Laravel's native ACL interfaces (e.g. it uses Gate, Policy, etc.) and has a beautiful syntax that fits right in the street of Laravel.
It's built into php, and server, session and if statements. And a users table with defined roles, etc.
@daniel.schreij that looks interesting, and seems to be built on the latest 5.x built-in ACL, unlike most of the other solutions which bring most of the ACL functionality along with them. And the older packages are fine, but it always seems if Laravel is giving a pointer on a direction to go, and any package not going down that route will end up being harder to support as time goes on.
The package also does not appear to make any assumptions as to what the roles and permissions are applied to. The roles are polymorphic and can be assigned to any model you like, if I understand correctly. It looks rather good - check it out :-)
Laratrust is a good option https://github.com/santigarcor/laratrust
composer require spatie/laravel-permission very helpfull if you are fresher then very hard later its easy
Please or to participate in this conversation.