Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Override email subjects in config.php #519

Closed tvillafane closed 9 years ago

tvillafane commented 9 years ago

It would be really cool if the config.php allowed the user to not only select the template for their email (as the project currently supports), but also to select the subject for the email instead of configuring them in the lang folder. I could whip up a PR?

tvillafane commented 9 years ago

Figured out why the override of the lang file wasn't working. Noob mistake.