We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeb09f commit 440537cCopy full SHA for 440537c
testbench.yaml
@@ -5,9 +5,10 @@ migrations:
5
- database/migrations
6
7
workbench:
8
- start: '/'
+ start: '/pulse'
9
install: true
10
- welcome: true
+ welcome: false
11
build:
12
- asset-publish
13
+ - create-sqlite-db
14
- migrate-refresh
workbench/.env.example
@@ -8,12 +8,13 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
-DB_CONNECTION=mysql
-DB_HOST=127.0.0.1
-DB_PORT=3306
-DB_DATABASE=laravel_pulse
15
-DB_USERNAME=root
16
-DB_PASSWORD=
+DB_CONNECTION=sqlite
+# DB_CONNECTION=mysql
+# DB_HOST=127.0.0.1
+# DB_PORT=3306
+# DB_DATABASE=laravel_pulse
+# DB_USERNAME=root
17
+# DB_PASSWORD=
18
19
BROADCAST_DRIVER=log
20
CACHE_DRIVER=file
0 commit comments