-
how to use with laravel validation form request?
-
Hi, I've got a simple form that is redirecting to / when there is validation errors rather than staying on the page and showing the errors. I am using ziggy but ziggy worked fine previously.
```
…
-
Few things I noticed:
1. Validate the request using validation rules
https://medium.com/@1415sandalanka/laravel-request-validation-with-best-practices-28cb3b57d397
2. Use service layer for your…
-
- Laravel Version: 8.25.0
- PHP Version: 7.4
- Database Driver & Version: MySQL
### Description:
In a complex form, we need to build some validation rules for an array which should get trigger…
-
The admin server settings view should have validation implemented when submitting the form.
For this behavior, I might suggest different scenarios:
1. **Basic Form Validation**: Single error mes…
-
I have this installed and mostly working on Laravel 5.0. What I seem to be missing is any of the error messages. Where are they supposed to be displayed?
I would expect messages when validation rules…
-
I'm using Laravel 5.7 and PHP 7.2.4
My project have captcha on two pages: default page (where user can sign-in) and registration page.
In default page captcha validation works correctly, but in r…
-
Laravel no longer uses ```filter_var($value, FILTER_VALIDATE_EMAIL)``` for email validation. Laravel now uses https://github.com/egulias/EmailValidator.
Either require Laravel's email validation r…
-
### Scribe version
4.38
### PHP version
8.3.12
### Framework
Laravel
### Framework version
11.29
### Scribe config
```ruby
title => "The Fabric API"
base_url => "http://127.0.0.1:8000"
type…
-
### Scribe version
4.22
### PHP version
8.1
### Framework
Laravel
### Framework version
10.10
### Scribe config
```ruby
try_it_out.enabled => false
auth.enabled => true
auth.default => true…