Support the ongoing development of Laravel.io →

785 Threads

[Package] Workflow - Create extensible and maintainable projects with decorators

What are we talking about? This package adds an Artisan command to help you create extensible and ma...

0 Likes
0 Replies

Validation .mobi files

Does anybody know a way of validating a .mobi upload? I've tried both "x-mobipocket-ebook"...

0 Likes
2 Replies

4.3 passing eloquent model from FormRequest to controller.

If we are doing authorization in the FormRequest is there a way to pass the model to the controller...

0 Likes
1 Replies
Solved

Undefined variable: validator

Hi there, I new there and with laravel. I try make users Authentication but have all time have this...

0 Likes
3 Replies
Solved

Ardent validation in model of unsigned

I can validate numeric using Ardent this way in my model: public static $rules = array( 'featid'...

0 Likes
3 Replies
Solved

Inject a webservice into a custom validator.

I've created a custom validator using the "extending the Validator Class" method like desc...

0 Likes
2 Replies

Messagebag broken on 4.3

When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...

0 Likes
6 Replies
Solved

Validation of array field

My question is the following. I have a system that the User will register the series of a note. How...

0 Likes
1 Replies
Solved

Tutorials on upcoming Laravel 4.3.

Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...

0 Likes
0 Replies

Application development with multiple tables being affected in one view

We have a historical database application written in MS Access. The key screen allows the user to up...

0 Likes
0 Replies
posted 9 years ago

How to change input names in the form validation errors?

Here is my validation rules for example: $validator = Validator::make( array(...

0 Likes
3 Replies
posted 9 years ago

Form issue regarding validation custom messages

In need some suggestion for an elegant way to solve this situation: 1st - I need to use Form::model...

0 Likes
0 Replies

ErrorException (E_UNKNOWN) Undefined variable...

Hi, I have this function for password recovery public function postForgotPassword() {...

0 Likes
3 Replies
Solved

Model events and validation

I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...

0 Likes
0 Replies
posted 9 years ago

Select input validation

i have select input field in my form.So now how can i validate this input field ??????

0 Likes
1 Replies
posted 9 years ago

[v4.2.3] New boolean validation rule returns "validation.boolean" as error message

I've trying out the new boolean validation rule in 4.2.3: http://laravel.com/docs/validation#rule-bo...

0 Likes
3 Replies

Laracasts Validation --> name space error

Hey everyone, I recently started with laravel and I'm making a kind of Facebook. Now I want to creat...

0 Likes
1 Replies

Check for Unique Vaue but ignoring Soft Deleted Records

Hello Maybe someone could help me... i want to validate that a site title and url are unique, only w...

0 Likes
1 Replies
posted 9 years ago

$errors array is empty in view, but has data if I kill the script and output the object with dd()

I am trying to return errors back to my view, this is part of my controller TestcategoryController $...

0 Likes
2 Replies

Laravel Validation Filled

Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...

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.

© 2024 Laravel.io - All rights reserved.