Support the ongoing development of Laravel.io →

montes2012

Joined 11 Feb 2014

Statistics

Threads 26
Replies 30
Solutions 1
Articles 0
posted 9 years ago

how multiple complex conditional validation

A form with 20 input (prueba) and 20 (comentario) and I need to force the user if the input is less...

0 Likes
0 Replies
posted 9 years ago

How Validate multiple fields

How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...

0 Likes
8 Replies
Solved

Store at login to application

hello friends using sentry and 4.2 Laravel need to store each time the user enters the application y...

0 Likes
0 Replies
posted 9 years ago

sql to eloquent

Hello friends, I have problems to extract the year from a date, grouped by date and sort by date usi...

0 Likes
1 Replies

I can get the records created in the current month, I use postgresql

I can get the records created in the current month, I use postgresql SELECT * FROM quakes WHERE extr...

0 Likes
0 Replies
replied 9 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 9 years ago

How Validate multiple fields

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

0 Likes
replied 9 years ago

How Validate multiple fields

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

0 Likes
replied 9 years ago

How Validate multiple fields

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

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

© 2024 Laravel.io - All rights reserved.