-
I have lang files:
```
\lang
en\
ocadmin\
common\
column_left.php
setting\
setting.php
auth.php
pagination.php
password.php
validation.php…
-
I am not sure if this is a bug or I missed something. I have a unique validation in a field named 'code' together with a field named 'team_id'. The thing is: when I save the record, I only send in the…
-
I've noticed that you are using validation in the controller, for example:
https://github.com/iam-omer-mahdi/ss-v10/blob/main/app/Http/Controllers/StudentController.php#L80
While it's not a big …
-
I'v setup all like in the docs.. Validation works but relationships don't...
More details: http://forums.laravel.io/viewtopic.php?pid=50988#p50988
-
Hey @sleeping-owl,
currently in version 3 there is no possibility to add validation rules to custom fields.
Can u add a possiblity to define that ?
I try to use default Laravel Validation in the ca…
ghost updated
9 years ago
-
Having seen the [HaveIBeenPwned password validator being merged into Symphony](https://github.com/symfony/symfony/pull/27738), I think it would also do well as a validation rule in Laravel. I'd be hap…
-
Every validations are done with a javascript file. We have to modify this to validate with Laravel Validation.
-
Hi,
We have an issue with Images field. We can easily upload png, svg, etc. But when we try to upload .jpeg - it says a proper file is required.
All routes lead to default 'image' type validation…
-
Hi Guys,
I'm facing some issue on laravel validation rules on custom fields 's arguments, below is the complete description,
I have below query
`query users{
locations{
…
-
1. Give laravel validation for publisher_id,name,price,isbn field.
2. books publisher_id,name,price,isbn field can't be null when submit the form.
3. books publisher_id,name,price,isbnfield required…