-
After upgrading my dependencies to the latest version and switching from ^2.0 to ^3.0 I get the following error and the field is not rendering anymore.
```
nova-file-manager:36 Uncaught TypeError:…
-
This is a high level overview of the available facades, as suggested by @robdekort. It will eventually be used to link to documentation for each facade.
Structurally, it probably makes sense to hav…
-
Why does this package throw a `Illuminate\Http\Exceptions\HttpResponseException` when form validation fails? Laravel form request classes throw a `Illuminate\Validation\ValidationException`.
Wouldn't…
-
I'm currently facing an issue with htmx when using the PUT method in combination with redirection. Here's the scenario:
I have a form in my Laravel application that I'm submitting using htmx with t…
-
Hey Guys,
[This page](https://laravel-validation-rules.github.io/rules/us-state.html) no longer matches v1.1.0 of the [us-state package](https://github.com/laravel-validation-rules/us-state)
htt…
-
I just installed laravel vuetify admin.
When I create a new user I have the error:
Method Illuminate \ Validation \ Validator :: validateStrongPassword does not exist.
/vendor/laravel/framewo…
-
**Laravel Version:** 8.13.0
**Nova Version:** 3.14.0
**Flexible Content Version:** 0.2.6
---
When trying to validate an image, I can't get the validation rules to work. For example, when doing…
-
### Describe the bug
Unable to use ``: string "true" is not allowed anymore in Laravel 11.
Even by using valdator `string|in:true,false` did not works (string value "true" won't be converted in bool…
-
Hi,
I am using API Validation Responses / ApiGuardFormRequest
When it does not pass the validation criteria it redirect to homepage. Not showing error.
**_I am using Laravel 5.5.34_**
-
I am getting this error.
FatalErrorException in ValidationServiceProvider.php line 29: Call to undefined method Laracasts\Validation\ValidationServiceProvider::package()
I am converting a Laravel…