-
### 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…
-
Note:
1. Give laravel validation for contact subject field.
2. subject field can't be null when submit the form.
3. Give HTML 5 form validation.
4. Show error message by jquery.
5. Show success…
-
What is the best practice for the translation variables?
for example __('some variable')
do we do it as snake_case or kebab-case or camelCase?
-
### Description
I use laravel's translation layer. I've been able to translate quite a few texts without any problem, except for the attributes for the rules.
Laravel lets you translate these attrib…
-
Here's the task description you provided converted into a GitHub-compatible checklist format:
---
### **Task: Implement User Registration System**
#### **Description:**
Create a fully functional us…
-
[ ] Set up laravel database migrations and seeders to create tables and populate them with dummy data
[ ] Use Laravel CLI to generate laravel database migrations for different tables such as users (us…
-
As pointed out by @daussho in #177 it is a good idea to implement a Schema feature to make validation with features like "unique" possible.
That schema could include many conditions to validate new…
-
Note:
1. Give laravel validation for Job category 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 …
-
Hi,
we started using
"name": "laravelcollective/html",
"version": "v5.7.1",
and
"name": "laravel/framework",
"version": "v5.7.13",
and as I tested new validation rule, I disc…
-
### Feature Description
Can we have the option to add an Implicit Rule?
https://laravel.com/docs/10.x/validation#implicit-rules
It would be a simple checkbox where we can check if the Rule is imp…