File tree 4 files changed +1558
-312
lines changed
4 files changed +1558
-312
lines changed Original file line number Diff line number Diff line change 5
5
"tabWidth": 4,
6
6
"tailwindConfig": "./tailwind.config.js",
7
7
"trailingComma": "all",
8
- "plugins": [
9
- "prettier-plugin-blade",
10
- "prettier-plugin-tailwindcss"
11
- ],
12
- "overrides": [
13
- {
14
- "files": [
15
- "*.blade.php"
16
- ],
17
- "options": {
18
- "parser": "blade"
19
- }
20
- }
21
- ]
8
+ "plugins": ["prettier-plugin-tailwindcss"]
22
9
}
Original file line number Diff line number Diff line change 31
31
"laravel/tinker" : " ^2.8.1" ,
32
32
"laravelcm/laravel-subscriptions" : " ^1.0" ,
33
33
"livewire/livewire" : " ^3.0" ,
34
- "lorisleiva/laravel-actions" : " ^2.6" ,
35
34
"mckenziearts/blade-untitledui-icons" : " ^1.3" ,
36
35
"notchpay/notchpay-php" : " ^1.3" ,
37
36
"qcod/laravel-gamify" : " 1.0.7" ,
72
71
],
73
72
"psr-4" : {
74
73
"App\\ " : " app/" ,
75
- "Domain\\ " : " src/Domain/" ,
76
- "Infrastructure\\ " : " src/Infrastructure/" ,
77
74
"Database\\ Factories\\ " : " database/factories/" ,
78
75
"Database\\ Seeders\\ " : " database/seeders/"
79
76
}
You can’t perform that action at this time.
0 commit comments