e616eab9fb
wip
2026-04-14 09:36:38 -07:00
89dd212d84
Merge pull request #1580 from bibrokhim/patch-1
...
Add Rules to Laravel preset
2026-04-10 11:42:13 +01:00
cd07c6d966
Merge pull request #1569 from treyssatvincent/patch-1
...
add missing classes before toExtend on laravel preset
2026-04-10 11:41:53 +01:00
1f39b28e2c
Allow App\Http to be used in providers
2026-02-16 00:25:47 +01:00
0e7c2abe8b
Add Rules to Laravel preset
2025-11-25 15:32:36 +05:00
bd5fed9e12
add missing classes before toExtend on laravel preset
...
Add missing `->classes()` before `->toExtend()` on the laravel preset for 2 namespaces.
Otherwise you can't use interfaces on theses namespace.
For example, if you create an interface `YourSuperRequestContract` on the `app/Http/Requests` namespace you will get this error:
```
Expecting 'app/Http/Requests/YourSuperRequestContract.php' to extend 'Illuminate\Foundation\Http\FormRequest'.
```
2025-11-10 15:26:56 +00:00
55218bcf78
Merge pull request #1324 from bibrokhim/add-attributes-to-laravel-preset
...
Add Attributes to Laravel preset
2025-07-26 04:19:54 +01:00
a5317c5640
fix: add ignoring clause for App\Features\Concerns on Laravel Preset
2025-02-08 00:07:21 +07:00
1ac594bdf0
Add Attributes to Laravel preset
2024-12-06 16:07:59 +05:00
647de2f1cf
Add Policy suffix to policies
2024-10-10 08:08:10 +02:00
43703ab40a
Merge pull request #1280 from CamKem/fix/middleware-method-preset
...
Fix: Add middleware to the allowable public methods for Laravel Preset
2024-09-29 19:11:40 +01:00
86452765a4
fix: add middleware to the allowable public methods on the laravel preset
2024-09-29 16:07:39 +10:00
87f4e5e7b3
fix
2024-09-26 16:44:30 +03:00
bb3decf3cc
ignore App\Exceptions\Handler.php in arch laravel preset
2024-09-26 16:41:43 +03:00
49e77b1d4c
feat: add ignoring of Concerns folder inside App\Enums and App\Features
2024-09-25 17:12:42 +02:00
a7ca7afe4e
fix: preset laravel
2024-09-04 11:51:01 +01:00
a021b5b8c3
feat(laravel-preset): traits in traits folders
2024-09-04 11:17:32 +01:00
8920b850e1
feat(arch-presets): adds another rule to laravel preset
2024-09-03 14:08:11 +01:00
6f9ea14c68
Merge pull request #1215 from jbrooksuk/patch-1
...
Add `dump` to Laravel preset
2024-09-03 12:17:01 +01:00
dd45a5c655
Add dump to Laravel preset
2024-09-03 12:15:25 +01:00
f53f855e9c
Exclude scopes from the required "Model" suffix
2024-08-27 19:57:09 +02:00
ce4495b093
w
2024-08-11 23:41:19 +01:00
868547114f
w
2024-08-11 22:52:16 +01:00
9c07dd9990
wip
2024-08-11 15:47:48 +01:00
1c236aab26
fixes and styles
2024-08-09 00:30:06 +01:00
b6bf01148f
feat: toHavePrivateMethodsBesides, toHaveProtectedMethodsBesides, toHavePublicMethodsBesides
2024-08-09 00:24:24 +01:00
fca0c3a10c
chore: bumps dependencies
2024-07-16 23:52:00 +01:00
6896dd486a
fix: laravel preset
2024-07-07 22:46:15 +01:00
67dbce2d42
feat: more presets rules
2024-07-06 16:45:58 +01:00
ee32f25485
feat: pr and issue
2024-07-04 00:53:58 +01:00
0289466ce8
Allows other folders to be queuable
2024-06-25 23:06:25 +01:00
57ef989df8
feat(presets): improve laravel preset
2024-06-25 22:02:23 +01:00
c07513c6a0
chore: fixes tests
2024-06-11 23:11:38 +01:00
3ad788dddb
feat(presets): adjusts laravel preset
2024-06-10 22:38:40 +01:00
1688888f15
feat(presets): update Laravel preset to include expectation for Laravel service provider suffix
2024-06-10 21:49:03 +05:30
40539ca720
feat(presets): update Laravel preset to include expectation for Laravel service provider suffix
2024-06-10 21:48:25 +05:30
7144d6dfbd
feat(presets): add expectation for Laravel notification class
2024-06-10 21:47:12 +05:30
7240250a15
feat(presets): add expectation for Laravel job handle method
2024-06-10 21:47:05 +05:30
508e42a2ff
feat(presets): update Laravel preset to include expectation for Laravel request suffix
2024-06-10 21:45:17 +05:30
d8156fee53
feat(presets): add expectation for Laravel middleware handle method
2024-06-10 21:44:49 +05:30
abc245bf85
feat(presets): add expectation for Laravel command handle method
2024-06-10 21:40:16 +05:30
65dacd5647
feat(presets): add expectation for Laravel mail class
2024-06-10 21:38:20 +05:30
917f7a64a0
feat(presets): add expectation for Laravel exception suffix
2024-06-10 21:36:59 +05:30
e8b09d6f8c
feat(presets): add expectation for Laravel command suffix
2024-06-10 21:35:42 +05:30
52282cc590
feat(presets): add expectation for Laravel request suffix
2024-06-10 21:29:12 +05:30
a46142d8c7
feat(presets): update Laravel preset to exclude models with suffix 'Model'
2024-06-10 21:28:08 +05:30
241dcf8f34
feat(presets): add expectation for Laravel controller suffix
2024-06-10 21:25:51 +05:30
dd1bd92910
feat(presets): more rules
2024-06-10 01:15:21 +01:00