Laravel 5.4 #21 : Roles and permissions (Part 3)

We continue with the roles and permissions section in Laravel. This part is going to be a bit dense, since we are going to do a lot of things. We will create a mini administration of users and we will be able to change their role and also we will be able to activate and deactivate users. All this, we can do it if our user has the administrator role.

Continue reading “Laravel 5.4 #21 : Roles and permissions (Part 3)”