Unclaimed project
Are you a maintainer of Builder? Claim this project to take control of your public changelog and roadmap.
Changelog
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
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.