Skip to content

Laravel Set Environment

Laravel 5 Set the Environment#

vim .env

Set to:

APP_ENV=local

#APP_ENV=production
#APP_ENV=development

note: it defaults to production