Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Readme update for new email activation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Nov 7, 2016
1 parent d9e174c commit cf4a18b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ Add the following line to the 'phpunit.xml' file
<env name="MAIL_DRIVER" value="log"/>
```

##### Regarding Email Activation

The Starter kit has an email activation component added to the app to ensure your users have validated their email address.
You can disable it by removing the `active` middleware from the `web` routes. You will also have to disable the Notification but it
won't cause any problems if you remove the email activation.

##### For Laravel 5.2
You will also need to set the location of the email for password reminders. (config/auth.php - at the bottom)

Expand Down

0 comments on commit cf4a18b

Please sign in to comment.