Laravel Community Tools by Tighten

jplozano

Joined: 11 years ago
Total tricks: 2
Last trick: 11 years ago

Submitted tricks

This is a simple macro in case you need to loop through a bunch of elements, without the need to use a foreach{}. There's support for Bootstrap class names: if your template's class attribute includes col-?-?, then this macro will add a "clear" tag to the end of each row, and also add a "row" class to the wrapper. To do (in a future release): pagination, multiple devices col- classes support.
jplozano 11 years ago 10525
4.0
This scope function applies a callback to the elements of a given query collection.
jplozano 11 years ago 9153