User role in Laravel 8
Laravel has some great packages for roles and permissions like SPATIE. However, sometimes we may need a very simple and easy to implement approach.
In this example we add column role in the users table and then we implement a middleware class in ...
gprok.hashnode.dev3 min read