Environment Variables
Run php artisan generate:key if you haven't done it yet.
Setup up your default mailer by changing this parameters from your
.env
file
Disable debugging errors by changing
APP_DEBUG
fromTrue
toFalse
Change your
APP_NAME
on your desire name or to your company name.Change your
APP_URL
based on your current domains.Change
APP_ENV
toProduction
Update your database connection credentials
Last updated