bstamand

Results 6 comments of bstamand

> Do you have `MAIL_BACKUP_NOTIFICATION_DRIVER` and `MAIL_BACKUP_NOTIFICATION_ADDRESS` set in your env? Hey there. Yes I do. MAIL_BACKUP_NOTIFICATION_DRIVER is set to 'mail'.

> And you set a `MAIL_BACKUP_NOTIFICATION_ADDRESS`? Yes correct.

> Hm, I'm not able to reproduce this locally. :( > Hmm interesting. Do I need quotes around the address?

> You shouldn’t need it, but I guess give it a try? Also run > > ``` > composer install > composer dump-autoload > php artisan config:clear > ``` Thank...

> > You shouldn’t need it, but I guess give it a try? Also run > > ``` > > composer install > > composer dump-autoload > > php artisan...

> You should definitely never have to edit config files directly, and it's generally recommended that you don't, since your next upgrade will give you git problems. Do you have...