Support the ongoing development of Laravel.io →

779 Threads

csrf validation failing during unit testing (Laravel 4.1)

I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...

0 Likes 1 Replies

Handle a cart for an e-commerce website

Hi, I am trying to create a cart for my e commerce website. For a single user, it's simple, session...

0 Likes 13 Replies
Solved

Extend Validator class multiple times

Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...

0 Likes 1 Replies

Vagrant, Codeception & Laravel issue. NotFoundHttpException

Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...

0 Likes 0 Replies

Need help with syntax

I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...

0 Likes 1 Replies
Solved

How to validation multiple files in Laravel 4

I have input with name = "image []" multiple = "multiple" which depends on other...

0 Likes 2 Replies
Solved

"Different" validation approach

Hello Artisans! I'm working on a project that is quite complex and I'm trying to find the best solut...

0 Likes 3 Replies
posted 9 years ago

Validation - Always showing The password field is required. Only

public function postSignup() { $validator = Validator::make( array('email' => 'required'|'unique:...

0 Likes 2 Replies

detect if the uploaded file is an image

any idea on simple function to know if the file uploaded is an image? I know you can do geMimeType b...

0 Likes 4 Replies
posted 9 years ago

Access the model in custom validators

Is there a way to access the model itself in the custom validators? I've tried passing the id in as...

0 Likes 0 Replies

password_confirmation in administrator/frozennode

im using administrator.frozennode but when i try to add a edit_field with the pass confirmation, the...

0 Likes 0 Replies

Best Practices for Validation Inside Models

I just came across an example that put the validation inside of a model like so: class User extends...

0 Likes 4 Replies
Solved

AndreasLutro...

[ user temporarily banned for post content ]

0 Likes 0 Replies

Validating unique data with validation service

I'm using a validation service to validate user submitted form input (something along the lines of:...

0 Likes 0 Replies

Load different template on different request

I do have 2 different on my pages but I would like to load in different situation, for example when...

0 Likes 1 Replies

Undefined index: token

Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...

0 Likes 4 Replies
Solved

Alpha space validator

How to use use alpha numeric validation.. Have seen few topics, but the validator file location has...

0 Likes 1 Replies

[Tutorial] Model Validation using Observers

Hi guys, I have recently posted a new tutorial on something that seems to have been missed by the La...

0 Likes 2 Replies

Validation exception with different results

I am creating Validation service witch throws ValidationException if error ocured. That works fine,...

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

© 2023 Laravel.io - All rights reserved.