The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...
Did you try with a properly defined Eloquent one-to-many relation and eager loading? I think this wo...
Try to explicitly declare the variable in your User class, e.g. class User extends Eloquent { ....
dolbex said: +1 to this idea Mmmm, we gonna need rating functionality, too!
Thanks, very handy! That should be worthily included in the FormBuilder class. Btw, though common pr...
The Laravel portal for problem solving, knowledge sharing and community building.