Skip to content

Commit 800a805

Browse files
committed
Add testbench.yaml
1 parent a6fc2f0 commit 800a805

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ coverage
66
docs
77
phpunit.xml
88
phpstan.neon
9-
testbench.yaml
109
vendor
1110
node_modules

testbench.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
providers:
2+
# - Workbench\App\Providers\WorkbenchServiceProvider
3+
4+
migrations:
5+
- workbench/database/migrations
6+
7+
seeders:
8+
- Workbench\Database\Seeders\DatabaseSeeder
9+
10+
workbench:
11+
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

Comments
 (0)