Skip to content

Commit e31755c

Browse files
author
Hasan Demir
committed
Add debug
1 parent c3c65f8 commit e31755c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
APP_ENV=local
22
APP_PORT=3000
3+
APP_DEBUG=true
34
DB_CONNECTION=sqlite3
45
DB_HOST=127.0.0.1
56
DB_PORT=3306

.env.testing

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
APP_ENV=local
22
APP_PORT=3000
3+
APP_DEBUG=true
34
DB_CONNECTION=sqlite3
45
DB_HOST=127.0.0.1
56
DB_PORT=3306

0 commit comments

Comments
 (0)