Hi.. my project is on Laravel 4.1 and i am using Waavi package for translation.. i would like to che...
Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...
Hey i am new. I was wondering how can I add more variables to form. I tried this: class User ext...
Looking into how the Exception-driven Controller validation works, I noticed nested calls in Illumin...
I made small sample form (method post) and when i try to submit it, i get TokenMismatch expection. H...
Hi there, I have a site that has been built for me in Laravel and I am wanting to make some minor ch...
I have two related entities in Laravel, client and client user. A client can have multiple number o...
Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...
Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...
I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...
class TestRequest extends Request { public function rules() { // Is it possible to u...
I had some code that outputed errors on a view that read from $errors IIRC this used to work but tod...
I am trying to use laravel with polymer. I have built a form that looks like this <form action=...
I have a simple form to store a record in a database with some basic validation. If a required field...
I can get validation to work for basic things using a Request and the authorize and rules sections o...
Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...
I have a form where users can change some informations and I've created a Request class to validate...
Hi all, I have an issues with validation, i have two validation rules to merge and validating the fo...
<div class="alert alert-danger"> <strong>Whoops!</strong> There were s...
For testing and support issues I´d like to allow one or two emails to be used multiple times in my u...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community