Releases: ahmadhuss/laravelui-multiauth
Releases · ahmadhuss/laravelui-multiauth
GET route for the user reset password
Reset password form and routes are partially configured!
Added registration functionality for the Admin user
Added registration functionality for the Admin user 👍
Added logout functionality for normal user & Admin user
Added logout functionality for normal user & Admin user 👍
Configure & Register the route Middleware AdminRedirectIfAuthenticated
Now we have configured and registered the route Middleware named AdminRedirectIfAuthenticated
with the short name guest.admin
. 💯
Full configure Admin login with admin guard
Admin factory guard provider & password reset
-
In this release we have created the
Admin
model & its migration. -
We have also created the
Admin
factory to seed the defaultadmin
user. -
We also defined the
guard
,provider
&password reset
settings for this model.
Initial Release
Initial Release 👍