Showing 10 of 1,322 results.

The is:before Filter | The "is" Filters

…021: Time Zones Meerkat stores all dates as UTC timestamps. 1 {{ meerkat : responses filter = " is:before(Jan 1st 2021) " }} 2 3 {{ comments }} 4 <!-- Render your comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} Meerkat...

Example Use | Laravel 5: Hashing Strings With bcrypt

…g similar to this: 1 $2y$10$6b8WZt.Ugwnjjb3JZQH51ecaG.VSjOOO2xCZ3t4s/MGGHU112hhD2 2 $2y$10$o/uJXcnrNDQraGgk1.VG9.LwssnANCyOEO8tCuiL5RlO33CpGo.Lq 3 $2y$10$7qWDkO43obCCN4hpNDt2Hut2xbg8xmKQHzZF/m4EdsGUHApXcKLyi 4...

Laravel Collection Public API: avg

…cases the collections will be more complicated. For example, consider the following sample collection of products: 1 <?php 2 3 $ products = collect ( [ 4 [ ' name ' => ' Shiny New Tablet ' , ' price ' => 799 . 99 ] , 5 [ ' name ' => ' Not A...

Laravel Collection Public API: zip

zip($items) The zip method is used to merge the values of the $items array with the values within the Collection at the corresponding index. The zip method produces results that are similar to Python's zip function, and developer's coming from a...

Default Variables

Meerkat provides a wide range of default values you can use to build your comment threads in addition to any custom values specified in your blueprint . In addition to the default variables and blueprint values, Meerkat addons can also provide...

Author Variables | Default Variables

By default, Meerkat provides an author array and an internal_parent_author array (if the comment is a reply). These arrays will contain the following additional information: Variable Description {{ id }} The author's identifier, or null . {{ email...

The Documentation Search Provider | Index Configuration

The documentation search provider extends the capabilities of Statamic's entries provider. Specifically, it does the following: Provides advanced methods for modifying the content that will be indexed through the use of custom Antlers templates,,...

Filter Search