jrean / laravel-user-verification

PHP package built for Laravel to easily handle a user email verification and validate the email
Other
851 stars 117 forks source link

Default emails templates #48

Closed lukasoppermann closed 8 years ago

lukasoppermann commented 8 years ago

Hey @jrean I mentioned this in #34, I think we should also include a default email template.

jrean commented 8 years ago

I agree

jrean commented 8 years ago

Are you taking care of this one? Step one should be to keep the current logic and to implement a default e-mail template + a publish command for customization. Then later refactor the code to use the new Laravel 5.3 "mailable" way of doing... (We will have to think as well about the 2.2 branch for past Laravel releases)

lukasoppermann commented 8 years ago

Not currently, maybe you can do this one, as you seem to have a better idea of the 2.2 branch.

jrean commented 8 years ago

https://github.com/jrean/laravel-user-verification/releases/tag/v3.0.11