We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0c8fa commit e8a8759Copy full SHA for e8a8759
.env.example
@@ -0,0 +1,32 @@
1
+APP_ENV=local
2
+APP_KEY=
3
+APP_DEBUG=true
4
+APP_LOG_LEVEL=debug
5
+APP_URL=http://localhost
6
+
7
+DB_CONNECTION=mysql
8
+DB_HOST=127.0.0.1
9
+DB_PORT=3306
10
+DB_DATABASE=teamsplayers
11
+DB_USERNAME=root
12
+DB_PASSWORD=yourpassword
13
14
+BROADCAST_DRIVER=log
15
+CACHE_DRIVER=file
16
+SESSION_DRIVER=file
17
+QUEUE_DRIVER=sync
18
19
+REDIS_HOST=127.0.0.1
20
+REDIS_PASSWORD=null
21
+REDIS_PORT=6379
22
23
+MAIL_DRIVER=smtp
24
+MAIL_HOST=mailtrap.io
25
+MAIL_PORT=2525
26
+MAIL_USERNAME=null
27
+MAIL_PASSWORD=null
28
+MAIL_ENCRYPTION=null
29
30
+PUSHER_APP_ID=
31
+PUSHER_APP_KEY=
32
+PUSHER_APP_SECRET=
0 commit comments