Skip to content

Commit c7d601b

Browse files
committed
move environment file location
1 parent 387e475 commit c7d601b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/.env.example .env.example

File renamed without changes.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1+
.env
12
vendor
23
node_modules
3-
app/.env
44
app/storage/route.cache

public/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'database' => '../app/config/database.php',
1616
'middlewares' => '../app/config/middlewares.php',
1717
'routes' => '../app/config/routes.php',
18-
'env' => '../app',
18+
'env' => '../',
1919
'view' => '../app/views',
2020
'i18n' => '../app/langs',
2121
],

0 commit comments

Comments
 (0)