devict / votelocal

A web app for receiving local voting information via SMS
15 stars 16 forks source link

Upgrade to Laravel 7 #89

Closed imacrayon closed 4 years ago

imacrayon commented 4 years ago

This PR includes the test fixes in #82 so it might be best to review that first.

There's one config change that will probably break the current production build:

The MAIL_DRIVER key in the .env on production needs to be renamed to MAIL_MAILER.

Resolves #78

imacrayon commented 4 years ago

@sethetter this is ready to merge now. I'll let you do it in case there's any tweaks to production you need to make first.

sethetter commented 4 years ago

Looks like we use the default MAIL_MAILER in prod so nothing needs to change there.

Going for it!