We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387e475 commit c7d601bCopy full SHA for c7d601b
app/.env.example .env.example
.gitignore
@@ -1,4 +1,4 @@
1
+.env
2
vendor
3
node_modules
-app/.env
4
app/storage/route.cache
public/index.php
@@ -15,7 +15,7 @@
15
'database' => '../app/config/database.php',
16
'middlewares' => '../app/config/middlewares.php',
17
'routes' => '../app/config/routes.php',
18
- 'env' => '../app',
+ 'env' => '../',
19
'view' => '../app/views',
20
'i18n' => '../app/langs',
21
],
0 commit comments