-
Just like in #19 I have trouble using this extension. If used with for example this extension https://github.com/Kaishiyoku/laravel-color-validation and the form validation rule is just `['required', …
-
Note:
1. Give laravel validation for title field.
2. Role title can't be null when submit the form.
3. Role field required,
4. Give HTML 5 form validation.
5. Show error message by jquery.
6. …
-
Note:
1. Give laravel validation for user type name field.
2. name field can't be null when submit the form.
3. Give HTML 5 form validation.
4. Show error message by jquery.
5. Show success mes…
-
### Scribe version
4.37.1
### PHP version
8.3.9
### Framework
Laravel
### Framework version
11.20.0
### Scribe config
```ruby
title => "xxx API Dokumentation"
auth.enabled => true
auth.defa…
-
As per [my question posted on SO](https://stackoverflow.com/questions/46845031/laravel-5-4-correct-validation-rule-for-a-required-parameter-that-can-be-zero) I am encountering an issue where validatio…
-
[ErrorException]
include(/Users/mario/git/uicompare/vendor/lrgt/laravel-form-ajax-validation/src/Lrgt/LaravelFormAjaxValidation/../../../../../../app/Http/routes.php): failed to open stream: No s…
-
here is my composer.json file
`{
"name": "rakit/validation",
"description": "PHP Laravel like standalone validation library",
"license": "MIT",
"authors": [{
"email": "emsifa@gmail.c…
-
Today we started getting this error out of the blue and can no longer log into our systems. I have no idea what could be happening and need help.
This is what we see after attempting to login, it j…
-
Note:
1. Give laravel validation for role list,Email,password,phone field.
2. User role list,Email,password,phone can't be null when submit the form.
3. Give HTML 5 form validation.
4. Show erro…
-
Existe alguna forma de personalizar los mensajes de error con laravel validation?.