A form with 20 input (prueba) and 20 (comentario) and I need to force the user if the input is less...
How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...
hello friends using sentry and 4.2 Laravel need to store each time the user enters the application y...
Hello friends, I have problems to extract the year from a date, grouped by date and sort by date usi...
I can get the records created in the current month, I use postgresql SELECT * FROM quakes WHERE extr...
Worked as follows, but would like to improve the code //Form {{ Form::text("percents[{$key}]&qu...
percents = Input::get('percent'); descriptions = Input::get('description'); foreach ($percents as...
so far I have the following $percents = Input::get('percent'); $descriptions = Input::get('descripti...
The Laravel portal for problem solving, knowledge sharing and community building.
The community