This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
Now with Email Activation
Now by default the Laracogs Starter kit has an email activation requirement. Now when you register with your app you get an email with an activation token, once you click it you can log in and use your account. Otherwise you can request a new token.
In order to discard this, you need to remove the active
from the routes/web.php
in the middleware for the routes, and you would need to remove the ActivateUserEmail
notification.