Answers for "how can redirect the page according to role in laravel 8"

PHP
4

how to redirect a particular user role to a page after login laravel

use IlluminateSupportFacadesAuth;
Posted by: Guest on May-17-2020
0

how to redirect a particular user role to a page after login laravel

protected $redirectTo = RouteServiceProvider::HOME;
Posted by: Guest on February-23-2021

Code answers related to "how can redirect the page according to role in laravel 8"

Browse Popular Code Answers by Language