Changed the default app environment to production for hiding dev dependencies
This commit is contained in:
parent
de6507ff08
commit
a3a651b570
|
|
@ -1,5 +1,5 @@
|
|||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_ENV=production
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
|
|
|||
Loading…
Reference in New Issue