Redirect user to a path depending on his role with Laravel-Spatie
Laravel-8 with the Spatie permission package. I have already assigned role and permissions to my users. My problem is how can I route my users after logging in to a path according to their role? I have the following roles:…