5948bcd71e
chore: type improvements
2026-04-10 16:50:10 +01: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
bc57a84e77
release: 4.3.1
2026-01-04 11:29:59 -05:00
bc39830d8a
chore: removes toHaveSuspiciousCharacters from php preset
2026-01-04 11:25:57 -05: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
6b523d6963
fix: puts back windows
2025-08-20 14:27:53 +01:00
a350545803
fix: windows check
2025-08-20 14:25:49 +01:00
e7132fa012
fix: removes parse_str from security preset
2025-08-03 16:09:59 -06:00
4c88590b89
feat: not.toHaveSuspiciousCharacters
2025-07-26 07:47:00 -06: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
a55da85dd2
release: v3.2.0
2024-09-23 13:14:03 +01:00
1a8f7025fa
release: v3.0.0
2024-09-09 01:20:30 +01:00
6afd2ec9df
release: v3.0.0
2024-09-09 01:16:11 +01:00
dd20323ca7
feat: custom presets
2024-09-04 20:53:33 +01:00
a7ca7afe4e
fix: preset laravel
2024-09-04 11:51:01 +01:00
e6823679dd
feat: adds not->toHavePrivateMethods and related
2024-09-04 11:18:41 +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
6638d279e1
preset(strict): final first
2024-08-12 21:39:41 +01: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
adbc6b4a89
chore: fixes tests
2024-08-07 11:26:56 +01:00
9353015691
feat(presets): reworks code
2024-08-07 11:08:29 +01:00
fca0c3a10c
chore: bumps dependencies
2024-07-16 23:52:00 +01:00
0331a87be1
feat: adds toHaveFileSystemPermissions expectation
2024-07-14 23:16:04 +01:00
eac7abebcb
Merge pull request #1184 from edjw/patch-1
...
Include ds from Laradumps in ArchPresets
2024-07-07 22:47:49 +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
0d2f3eb60e
Include ds from Laradumps in ArchPresets
2024-06-28 22:33:15 +01:00
d9252e85d6
chore: optimize preset
2024-06-26 22:32: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