Support the ongoing development of Laravel.io →

786 Threads

Translation of Laravel Validation Error Messages

Hi.. my project is on Laravel 4.1 and i am using Waavi package for translation.. i would like to che...

0 Likes
1 Replies

Validation on Arrays

Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...

0 Likes
0 Replies

Adding more options to form

Hey i am new. I was wondering how can I add more variables to form. I tried this: class User ext...

0 Likes
1 Replies
Solved

Redundant calls to Illuminate\Routing\Router->prepareResponse()

Looking into how the Exception-driven Controller validation works, I noticed nested calls in Illumin...

0 Likes
0 Replies

Csrf Token validation failure

I made small sample form (method post) and when i try to submit it, i get TokenMismatch expection. H...

0 Likes
1 Replies

Adding a validated checkbox to a form

Hi there, I have a site that has been built for me in Laravel and I am wanting to make some minor ch...

0 Likes
8 Replies

How to dynamically embed related forms in Laravel 5?

I have two related entities in Laravel, client and client user. A client can have multiple number o...

0 Likes
0 Replies

Form validation with @foreach

Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...

0 Likes
3 Replies
Solved

Modify Input before validation

Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...

0 Likes
6 Replies

Is my Controller too large (am I doing it wrong)?

I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...

0 Likes
3 Replies

Is it possible to validate array max elements number by standard validators?

class TestRequest extends Request { public function rules() { // Is it possible to u...

0 Likes
0 Replies

$errors variable not set in latest 4.2

I had some code that outputed errors on a view that read from $errors IIRC this used to work but tod...

0 Likes
1 Replies

Get value other than input polymer+laravel

I am trying to use laravel with polymer. I have built a form that looks like this <form action=...

0 Likes
2 Replies

L5 - Return validation errors with old user input

I have a simple form to store a record in a database with some basic validation. If a required field...

0 Likes
2 Replies

Confused on Validator Class and Requests

I can get validation to work for basic things using a Request and the authorize and rules sections o...

0 Likes
0 Replies

L5: Validate request-route('id')

Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...

0 Likes
2 Replies
Solved

[L5] I can't understand how to use a custom validation rule.

I have a form where users can change some informations and I've created a Request class to validate...

0 Likes
4 Replies
Solved
posted 9 years ago

category child

Hi all, I have an issues with validation, i have two validation rules to merge and validating the fo...

0 Likes
2 Replies

Display Errors in laravel-Beginner

<div class="alert alert-danger"> <strong>Whoops!</strong> There were s...

0 Likes
1 Replies

Validation: Unique-rule to check for emails with exceptions

For testing and support issues I´d like to allow one or two emails to be used multiple times in my u...

0 Likes
4 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.