php - Laravel 5.2 to be logged in as a master account and an admin -
i have super admin , store admins login. had achieved entrust
package.
now, in super admin side, under listings of store admins, want provide button
go dashboard
(i.e. super admin can view, login store admin dashboard click condition super admin login (session) must remain , new tab opened store admin dashboard.
i got laravel function
\auth::loginusingid($store_admin_id);
but close current session of super admin , admin loggedin. want maintain both sessions.
on searching found 1 package olieread/multiauth, need exact solution laravel 4.2 version.
i have session settings default. of i'm not using memcache or redis. if using of them can me?
any suggestion appreciated. thanks
Comments
Post a Comment