Skip to content

Commit 04ce4b5

Browse files
committed
ci: add .env.example file for testing
1 parent 1dabef0 commit 04ce4b5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
APP_NAME="Laravel Excel To X"
2+
APP_ENV=testing
3+
APP_KEY=
4+
APP_DEBUG=true
5+
APP_URL=http://localhost
6+
7+
LOG_CHANNEL=stack
8+
LOG_LEVEL=debug
9+
10+
DB_CONNECTION=sqlite
11+
DB_DATABASE=:memory:

0 commit comments

Comments
 (0)