Skip to content

Commit 75aaa80

Browse files
committed
wip
1 parent 6e2a141 commit 75aaa80

87 files changed

Lines changed: 331 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/art export-ignore
22
/docs export-ignore
3-
/playground export-ignore
3+
/drivers export-ignore
44
/tests export-ignore
55
/scripts export-ignore
66
/.github export-ignore

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
},
2929
"autoload-dev": {
3030
"psr-4": {
31-
"App\\": "playground/app/",
32-
"Database\\Factories\\": "playground/database/factories/",
33-
"Database\\Seeders\\": "playground/database/seeders/",
34-
"Tests\\": "playground/tests/"
31+
"App\\": "drivers/laravel/app/",
32+
"Database\\Factories\\": "drivers/laravel/database/factories/",
33+
"Database\\Seeders\\": "drivers/laravel/database/seeders/",
34+
"Tests\\": "tests/"
3535
}
3636
},
3737
"require-dev": {
@@ -47,7 +47,6 @@
4747
"livewire/livewire": "^3.6.3",
4848
"fakerphp/faker": "^1.24.1",
4949
"laravel/pail": "^1.2.3",
50-
"laravel/pint": "^1.22.1",
5150
"laravel/sail": "^1.43.1",
5251
"mockery/mockery": "^1.6.12",
5352
"nunomaduro/collision": "^8.8.1",
@@ -90,6 +89,11 @@
9089
]
9190
},
9291
"extra": {
92+
"laravel": {
93+
"providers": [
94+
"Pest\\Browser\\Drivers\\Laravel\\ServiceProvider"
95+
]
96+
},
9397
"pest": {
9498
"plugins": [
9599
"Pest\\Browser\\Plugin"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)