Support the ongoing development of Laravel.io →

maic66

Joined 30 Aug 2014

Statistics

Threads 0
Replies 3
Solutions 0
Articles 0

maic66 has not posted any threads yet

replied 9 years ago

Order and paginate a collection by a releted field using Eloquent

You could also use the sort collection method: $collection->sort(function($a, $b) { $fa = $a-&g...

0 Likes
replied 10 years ago

How to change input names in the form validation errors?

ivermoller said: What if you only would want to apply it to a specific form? Use unique names in th...

0 Likes
replied 10 years ago

How to change input names in the form validation errors?

easy enough. At the bottom of app/lang/en/validation.php add an entry to the attributes array like '...

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.