This is a great method published at http://blog.g-design.net/post/124707474740/counting-dom-elements...
I have a model on which I'm using firstOrNew. if an entry exists, this code: $a = CustomAssets::...
Currently, I'm doing this: @foreach($field->options as $option) @if ( 1 != $option->deleted...
I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...
I'm trying to make a customer message using the :attribute as a key to return a portion of an array:...
The Laravel portal for problem solving, knowledge sharing and community building.