NathanGeerinck / laravel-newsletter

This application gives you the ability to send a newsletter to multiple subscribers with use of SMTP or an external driver like Mailgun
MIT License
59 stars 17 forks source link

APP_REGISTER env variable #6

Closed Cannonb4ll closed 7 years ago

Cannonb4ll commented 7 years ago

The APP_REGISTER .env variable is nowhere to be found, your readme say's to go to /register but then I get a 404.

Looking in the source I saw that you have to add a APP_REGISTER to your env to enable registering, but this is not added in de .env.example

NathanGeerinck commented 7 years ago

Thanks Dennis, I've added it to the .env.example file