From php artisan tinker I called $val->passes() and get the following error [3] > $val = $play...
I have a table users which have some columns including username and email. I also have a form which...
Hello, how do i make validator fail if two forms are not identical? I am making a change password fo...
Hi, I want to pass validation errors and posted data ( in order to repopulate the form ) from the se...
I cannot seem to get validation working when using a subfolder in controller path....what "use&...
Hi, I have a model that in combination of 3 fields it needs to be unique. for example: protected $r...
Hello, I've a form where user should enter 6 values, each value should be between 2 and 4 and the su...
So, I have this problem: I'm creating an application, which will be translated to language other tha...
Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...
Hi everyone :) I have just started using ProcessWire, and I really do think it is a great CMF. The o...
I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...
I'd need to do an if clause in case a validation error occurs. For "normal" fields, i can...
Hi i have a problem saving multiple data using array extracted from explode. heres the code The Arti...
I'm creating an app where users can send messages to each other. These are my models and relationshi...
I have a repository EloquentPageRepository that creates and saves pages. I have an Observer than is...
I am a Laravel newbie and trying to figure out basic updating. It loads the form data but every tim...
Hi, I got couple of mandatory fields. Required field validation is done and error message are shown....
hi all, if you see the below code i am trying to validate image but when i submit form i am getting...
Hello I have a following scenario: If user is not logged in and he tries to open /admin route he wi...
Hello guys, i have a CustomValidator->arrayfull method, and in en/validation i'm declaring : arra...
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