10000 [11.x] Add `InteractsWithInput` methods to `ValidatedInput` by aydinfatih · Pull Request #51316 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[11.x] Add InteractsWithInput methods to ValidatedInput #51316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b390d59
feat: Add `exists` method to `ValidatedInput`
May 6, 2024
a9df6e6
feat: Add `hasAny` method to `ValidatedInput`
May 6, 2024
0226b12
feat: Add `whenHas` method to `ValidatedInput`
May 6, 2024
d7bfa17
feat: Add `filled` method to `ValidatedInput`
May 6, 2024
4ece0bb
feat: Add `isNotFilled` method to `ValidatedInput`
May 6, 2024
06e7cf8
feat: Add `anyFilled` method to `ValidatedInput`
May 6, 2024
dacbe67
feat: Add `whenFilled` method to `ValidatedInput`
May 6, 2024
4a81e44
feat: Add `whenMissing` method to `ValidatedInput`
May 6, 2024
de2d4cb
feat: Add `isEmptyString` method to `ValidatedInput`
May 6, 2024
85f66b0
feat: Add `keys` method to `ValidatedInput`
May 6, 2024
b3820c4
feat: Add `input` method to `ValidatedInput`
May 6, 2024
1a8ee00
feat: Add `string` method to `ValidatedInput`
May 6, 2024
457d3d1
feat: Add `str` method to `ValidatedInput`
May 6, 2024
32463c9
feat: Add `boolean` method to `ValidatedInput`
May 6, 2024
42303ba
feat: Add `integer` method to `ValidatedInput`
May 6, 2024
4dab394
feat: Add `float` method to `ValidatedInput`
May 6, 2024
88ad06e
feat: Add `date` method to `ValidatedInput`
May 6, 2024
6e6a755
feat: Add `enum` method to `ValidatedInput`
May 6, 2024
1729646
feat: Add `dump` method to `ValidatedInput`
May 6, 2024
afd557f
feat: Add `dd` method to `ValidatedInput`
May 6, 2024
b5ec8a5
refactor: Add `$key` prop to `collect` method in `ValidatedInput`
May 6, 2024
a1dfeb7
refactor: Change usages `$this->input` to `$this->all()`
May 6, 2024
9846779
refactor: Change usages `$this->input[$key]` to `$this->input($key)`
May 6, 2024
65b718d
refactor: Change usages `isset($this->input[$name])` to `$this->exist…
May 6, 2024
2c3e069
test: Added tests
May 6, 2024
1864c55
formatting
taylorotwell May 6, 2024
2091b94
formatting
taylorotwell May 6, 2024
f52f4bc
formatting
taylorotwell May 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
0