Support the ongoing development of Laravel.io →

786 Threads

Unique validator with complex where logic

I'm writing a validator that verifies that an IP is unique. The complexity is that these are IP rang...

0 Likes
1 Replies

Validation form with dynamic inputs

I have a form that has inputs that look like this {!! Form::text('event[]', $data->event, ['class...

0 Likes
1 Replies
posted 9 years ago

Is secure "sometimes" validation rule?

Suppose we create a login form with email and password field, and the user send a request without th...

0 Likes
3 Replies

Repopulation of 2 forms with similar field names after validation fail

Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....

0 Likes
2 Replies
Solved

Login help, redirect kills session

Help with Laravel login I created a simple CRUD with a login, the problem is when I update or store...

0 Likes
1 Replies

Laravel 5. Form Validation: Unique and where clauses

n the docs 'email' => 'unique:users,email_address,NULL,id,account_id,1' only rows with an accoun...

0 Likes
1 Replies

a question about the validation with javascript

This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...

0 Likes
6 Replies
Solved

FormRequest Validate related models

How can I make a UserFormRequest with related data validation work, actually only validate the first...

0 Likes
0 Replies

Get model->id in FormRequest

How can I get the current model record id to be used in public function rules() {} The rules are in...

0 Likes
1 Replies
posted 9 years ago

Redefine Validator Unique Check

Hi guys, I'm trying to redefine the Validator method that check the "unique" keyword. I've...

0 Likes
0 Replies
posted 9 years ago

Validation, Lavravel 4.1 - Error Handling for dynamic/multi-entry Forms

I am using Laravel 4.1. I am creating an application where a "team" can have multiple &quo...

0 Likes
0 Replies

TIFF image decode error using Intervention package

I am using dropzone.js and also use Intervention package for image manipulation, it's working fine f...

0 Likes
0 Replies

Mime Validation Rule

hi. i am using laravel 4.1 and would like to check what value to pass into the mimes validation so t...

0 Likes
0 Replies

Conditional form fields

Back in my spaghetti-code I written a class that could handle conditional forms, I could, for exampl...

0 Likes
0 Replies

Display laravel validation errors returned from an $http.post in angularjs

i am a newbie to laravel and laravel 5 and so far i am having such a hard time, it's just problem af...

0 Likes
2 Replies

Validation rules and multiple DB connections

Hello! I'm encountering an issue with form validation and user storage. I have two database connecti...

0 Likes
3 Replies
Solved

Redirect back to specific part of the view by #

hello i want to redirect back after a validation but it should go to a specific div id, how can i do...

0 Likes
2 Replies

Laravel 5: How to add new mime types?

I need to validate an upload, the extension is .ies and the mime type is application/octet-stream (l...

0 Likes
1 Replies

[Laravel 5][Form Request] redirect to back with post method and data

I use Request object to validation. All is ok when redirect::back works as get request. But When we...

0 Likes
2 Replies

Check for old password to confirm account update

Hey Guys! I'm thinking about an option which lets the user update their data. For validation i use R...

0 Likes
1 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.