Skip to content

Releases: ahmadhuss/laravelui-multiauth

GET route for the user reset password

14 May 16:05
Compare
Choose a tag to compare

GET route for the user reset password. 💯

Reset password form and routes are partially configured!

14 May 10:37
Compare
Choose a tag to compare

Reset password form and routes are partially configured. 💯

Now the system will send the reset password email to your mention email.

ResetPassword

Added registration functionality for the Admin user

13 May 10:44
Compare
Choose a tag to compare

Added registration functionality for the Admin user 👍

Added logout functionality for normal user & Admin user

13 May 09:52
Compare
Choose a tag to compare

Added logout functionality for normal user & Admin user 👍

Configure & Register the route Middleware AdminRedirectIfAuthenticated

12 May 17:58
Compare
Choose a tag to compare

Now we have configured and registered the route Middleware named AdminRedirectIfAuthenticated with the short name guest.admin. 💯

Full configure Admin login with admin guard

11 May 17:57
Compare
Choose a tag to compare

We have configured the Admin login functionality with the admin guard. 👍
Here you can see the route list via php artisan route:list:

route list

Admin factory guard provider & password reset

10 May 17:40
Compare
Choose a tag to compare
  • In this release we have created the Admin model & its migration.

  • We have also created the Admin factory to seed the default admin user.

  • We also defined the guard, provider & password reset settings for this model.

Initial Release

09 May 17:15
Compare
Choose a tag to compare

Initial Release 👍