Laravel user roles tutorial part 1
How to create roles in Laravel and how to add roles to users in laravel tutorial. Learn how you can add roles to existing users in laravel easily, just by creating roles table and a pivot table, associating roles to users and vice versa.
source