This is a demo application that goes along with my tutorial on authentication in Laravel 5.3. You can play around with the application, view the source code on GitHub or follow along the tutorial.
Login RegisterReady to start learning how to do custom authorization with Laravel 5.3? Then start with this demo! You can either login to your account to view the administrator dashboard or you can register to get an activation link sent to your email address! And you can find the full tuorial here.
This application allows users to login to the administrator dashboard. The login functionality checks that the user has activated their account first.
Try to LoginThis application allows user to signup for a new account. Once they signup, an activation key is sent to their email address so that they can activate their account.
Try to RegisterThis application takes care of forgetful users by supporting members who forget their password, forget their username or forget their activation key.
Forgot Your Password? or Forgot Your Username?This applicatoin was created from Laravel 5.3 so the notificaiton system is used along with the new Auth controllers that were introduced in Laravel 5.3
Resend Activation Key using notifications?