Support the ongoing development of Laravel.io →

629 Threads

Good Validation Service Pakage!

I use https://github.com/fadion/ValidatorAssistant.git for validator service. It is very good for me...

0 Likes
0 Replies

Datetime Problems

Hey guys, I want to print my model's created_at value in different languages. I google'd this subjec...

0 Likes
3 Replies

How to force validator to fail?

I have a ruleset for Validator, and it works as expected. However, I have to do some extra, fancy da...

0 Likes
1 Replies

Sentry 2 authenticates without matching case

I changed login attribute to "first_name" instead of email, so now when I attempt to authe...

0 Likes
8 Replies

validator with mime XLS fail

hi guys.. I have some problem with laravel validator,.. I just want upload my xls file, but I got th...

0 Likes
3 Replies

Where do these validation rules belong?

Hi, I am building a user submitted video playlist and need to impose rules such as: Users can only...

0 Likes
3 Replies

Laravel and Sentry Check if a user has access to direct

hello friends I find myself working with laravel and sentry, my situation is this: I'm working permi...

0 Likes
2 Replies

laravel token validation

hello, I know laravel form prevent outside requests using hidden input filed called "_token&quo...

0 Likes
0 Replies

Easiest way to password protect online for development purposes.

I am wanting to password protect my laravel application, ideally just on the deployment server (I'm...

0 Likes
1 Replies

Proper implementation for multiple validation

//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...

0 Likes
0 Replies

Access Validation $errors outside a view?

In any view, $errors is always available and returns the appropriate object. However, I'm trying to...

0 Likes
6 Replies

Having trouble testing model validation.

I'm just starting out with TDD and I'm trying to test validation in a model. Currently, all my test...

0 Likes
1 Replies

Return user after form validation to step 2

Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...

0 Likes
0 Replies

Validate multi models in one form

Hi all I have two table in DB : companies and shop, both of them have name fields . And I want to a...

0 Likes
1 Replies
posted 9 years ago

My Test Validation shows integer values converted into strings

Hi, guys... I've been trying to do some test on validation and this baffles me. Tried the min max te...

0 Likes
0 Replies

Image Validation Issue

Hello Guys. When i use image or mimes validation i face with this error Symfony \ Component \ HttpFo...

0 Likes
1 Replies

Two Auth filters

Hello I'm developing an application which have user area and admin area. I already created user area...

0 Likes
2 Replies

Laravel redirection (Redirect::intended)

Hi, I have an issue since several weeks now and I can't find any solution on Internet. Let's say I a...

0 Likes
0 Replies

Pros and Cons of different kinds of validation?

Hi everyone, I'm currently doing my first project with Laravel and I'm kinda stuck on validation, be...

0 Likes
8 Replies
posted 9 years ago

Validation File

Hi, Ive create a validate file $rules = array( 'photo' => 'required|image|mimes:jpeg|min:100|max...

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.