-
## Bug Report
**Current Behavior**
Discovered while working on https://github.com/flarum/core/pull/2408#discussion_r561134991.
When a validation error occurs, attribute names aren't translated,…
-
### Subject of the issue
`Rule::RequiredIf` was added in Laravel 6.x and can be used to provide more complex conditions than can be provided by `required_if:` string syntax.
https://laravel.com/do…
-
https://github.com/ProgrammingPiotrN/ProjectNewWork/blob/907a705ab417ca83ee2a85d00276f19b4765db8f/Blog/app/Http/Controllers/PostController.php#L19
Dobrą praktyką jest rozbijać kod na mniejsze kawał…
-
In some cases, it might be desirable to abort early in any of the type specific validations - checks - like `.min`, `.url`, `.regex` and so on.
An example of this being useful is when they validate a…
-
**Ceritakan masalah yang Anda hadapi sekarang!**
Biasanya client menghendaki adanya validasi di client side bukan hanya di server side, sehingga kami selaku programmer biasanya membuat validasi secar…
-
Hi,
I'm using darryldecode/cart in my code, I'm using currently laravel 5.2, and i want to upgrade to 5.3.
when i run composer update, i get the following error:
Problem 1
- darryldecode/cart de…
-
When will laravel11 be supported? Thanks.
-
Version: 4.0.1
I am trying to validate my Email address in my Laravel application, using the 'email:rfc,dns' rule.
While checking the code in src/Validation/DNSCheckValidation.php I came to know …
-
When I generate a new entity, it creates the validator in `app/Validators` which host the validation rules for creating and updating a model. However, with the controller, it generates a Laravel Reque…
-
Kindly refer to https://laravel.com/docs/8.x/validation#creating-form-requests for applying validations
It would be better if you handle the add and edit validation in same request.