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 a6fc2f0 commit 800a805Copy full SHA for 800a805
.gitignore
@@ -6,6 +6,5 @@ coverage
6
docs
7
phpunit.xml
8
phpstan.neon
9
-testbench.yaml
10
vendor
11
node_modules
testbench.yaml
@@ -0,0 +1,22 @@
1
+providers:
2
+ # - Workbench\App\Providers\WorkbenchServiceProvider
3
+
4
+migrations:
5
+ - workbench/database/migrations
+seeders:
+ - Workbench\Database\Seeders\DatabaseSeeder
+workbench:
+ start: '/'
12
+ install: true
13
+ health: false
14
+ discovers:
15
+ web: true
16
+ api: false
17
+ commands: false
18
+ components: false
19
+ views: false
20
+ build: []
21
+ assets: []
22
+ sync: []
0 commit comments