You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed date validation not accepting relative dates
The data validation does not accept _any_ value that `strtotime` understands, as it does `date_parse` with `check_date` afterwards.
There was an issue for this, but was closed, although I could reproduce it.
https://github.com/laravel/docs/issues/2542
`app('validator')->make(['foo' => 'yesterday'], ['foo' => ['date']])->validate()`
0 commit comments