Answers for "role based redirection laravel"

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

Browse Popular Code Answers by Language