Support the ongoing development of Laravel.io →
montes2012

montes2012

Joined 11 Feb 2014

Statistics

Threads 26
Replies 30
Solutions 1
Articles 0

possible to create dinamic sql query

Hello friends, you can create a dynamic sql query: there are 3 input and the user can enter a value...

0 Likes
1 Replies

Is possible array of form input validation and display each input validation error?

how to display custom messages after validation, I require that each input message is showing valida...

0 Likes
3 Replies

Input::old() don't work with array?

//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...

0 Likes
2 Replies

how to create file txt

Hello friends, I have to create a txt file with the result of a query, so far I download the file bu...

0 Likes
1 Replies
posted 11 years ago

how to validate multiple records (multiple fields)

Form {{ Form::open(array('route' => 'performances.store')) }} @foreach($estaciones as $clave =>...

0 Likes
0 Replies
replied 11 years ago

How Validate multiple fields

Worked as follows, but would like to improve the code //Form {{ Form::text("percents[{$key}]&qu...

0 Likes
replied 11 years ago

How Validate multiple fields

percents = Input::get('percent'); descriptions = Input::get('description'); foreach ($percents as...

0 Likes
replied 11 years ago

How Validate multiple fields

The big problem is that they are 46 percent and 46 description

0 Likes
replied 11 years ago

How Validate multiple fields

so far I have the following $percents = Input::get('percent'); $descriptions = Input::get('descripti...

0 Likes
replied 11 years ago

How Validate multiple fields

implementation or you have any example?

0 Likes

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.

© 2026 Laravel.io - All rights reserved.