Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active February 22, 2020 02:46
Show Gist options
  • Save JeffreyNaval/60a7cca5ed26e881db75d293615e6d89 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/60a7cca5ed26e881db75d293615e6d89 to your computer and use it in GitHub Desktop.
Laravel Launch Checklist

Laravel Launch Checklist

General

  • APP_NAME - Redis cache use this.
  • APP_URL - Email links use this.
  • FILESYSTEM_DRIVER - Set default filesystem config. eg. public, aws, digitalocean, ftp
  • $redirectTo - Set correct urls (sometimes apps don't have /home). Usually used after login, reset password, register

Mail

  • MAIL_DRIVER
  • Default MAIL_FROM_ADDRESS
  • Default MAIL_FROM_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment