Support the ongoing development of Laravel.io →

623 Threads

posted 9 years ago

Uniqueness of coulumn in context of relation

Hey, i use Ardent and I can't find a way to validate model against uniqueness of column in context o...

0 Likes 0 Replies

Best practice for validating relationships using Ardent?

I'm working on an application containing log messages and users. The respective models are LogMessag...

0 Likes 0 Replies

Validation inside a mutator/setter

I was reading the following: "Validation should happen within the context of the setter prior t...

0 Likes 0 Replies

Intranet help

Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...

0 Likes 3 Replies

Problem in validation file

Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...

0 Likes 1 Replies

[package] Rulez - Input validation Service

https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...

0 Likes 0 Replies

Event trigger and validation

Hi, When I save a model, I want to validate its contents; I use a validator and a protected array of...

0 Likes 0 Replies

Best practices for validating user input

Hi, lot of people create sepparate classes for each set of rules and then inject them into the contr...

0 Likes 0 Replies

Class Controller does not exist - ReflectionException

hi guys, i dont know exactly what should i tag for this problem. Anyway just deployed my app on a La...

0 Likes 0 Replies

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

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

"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

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

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.