I'm writing a validator that verifies that an IP is unique. The complexity is that these are IP rang...
I have a form that has inputs that look like this {!! Form::text('event[]', $data->event, ['class...
Suppose we create a login form with email and password field, and the user send a request without th...
Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....
Help with Laravel login I created a simple CRUD with a login, the problem is when I update or store...
n the docs 'email' => 'unique:users,email_address,NULL,id,account_id,1' only rows with an accoun...
This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...
How can I make a UserFormRequest with related data validation work, actually only validate the first...
How can I get the current model record id to be used in public function rules() {} The rules are in...
Hi guys, I'm trying to redefine the Validator method that check the "unique" keyword. I've...
I am using Laravel 4.1. I am creating an application where a "team" can have multiple &quo...
I am using dropzone.js and also use Intervention package for image manipulation, it's working fine f...
hi. i am using laravel 4.1 and would like to check what value to pass into the mimes validation so t...
Back in my spaghetti-code I written a class that could handle conditional forms, I could, for exampl...
i am a newbie to laravel and laravel 5 and so far i am having such a hard time, it's just problem af...
Hello! I'm encountering an issue with form validation and user storage. I have two database connecti...
hello i want to redirect back after a validation but it should go to a specific div id, how can i do...
I need to validate an upload, the extension is .ies and the mime type is application/octet-stream (l...
I use Request object to validation. All is ok when redirect::back works as get request. But When we...
Hey Guys! I'm thinking about an option which lets the user update their data. For validation i use R...
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