-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestbench.yaml
39 lines (36 loc) · 924 Bytes
/
testbench.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
providers:
- Laravel\Cashier\CashierServiceProvider
- Qirolab\Theme\ThemeServiceProvider
- Laravel\Sanctum\SanctumServiceProvider
- Coderstm\Providers\ThemeServiceProvider
- Coderstm\Providers\CoderstmServiceProvider
- Coderstm\Providers\CoderstmPermissionsServiceProvider
- Coderstm\Providers\CoderstmEventServiceProvider
- App\Providers\WorkbenchServiceProvider
migrations:
- workbench/database/migrations
seeders:
- Database\Seeders\DatabaseSeeder
workbench:
start: "/"
user: "[email protected]"
install: true
health: false
discovers:
web: true
api: false
commands: false
components: false
views: false
build:
- asset-publish
- create-sqlite-db
- db:wipe
- migrate:fresh
assets:
- coderstm-assets
sync:
- from: ./config/auth.php
to: workbench/config/auth.php
- from: ./config/sanctum.php
to: workbench/config/sanctum.php