Showing 10 of 1,204 results.

The user:in Filter | The Auth & User Filters

…{{ comments }} 4 <!-- Render your comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} You may also supply the magic value of *current* to have Meerkat automatically add the currently authenticated Statamic user's identifier...

The not:user:in Filter | The Auth & User Filters

…{{ comments }} 4 <!-- Render your comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} You may also supply the magic value of *current* to have Meerkat automatically add the currently authenticated Statamic user's identifier...

Custom Filter Groups | Advanced Filtering

The filter syntax can get quite long if your chaining multiple filters, or be annoying to keep updated if you're using them in many places (and not using Statamic partials). To help with this, you can define a filter group like so: 1 <?php 2 3 use...

Ordering Comments | Sorting Comment Threads

To specify a custom sort order, we can use the order parameter in the {{ meerkat:responses }} tag: 1 {{ meerkat : responses order = " id,desc " }} 2 3 {{ comments }} 4 <!-- Render the comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat :...

Rendering Code Samples in Search Results | Search Results Tag

The documentation search indexer will collect code samples and store them within the index entry. The documentation:results makes these available as a code_samples array for each item. Each discovered code sample will contain the following...

Step 3: Configuring Laravel | Semantic UI Paginator for Laravel 4

…the location of your Semantic paginator view. My pagination configuration entry looks like this: 1 ... 2 ' pagination ' => ' semantic.paginator ' , 3 ... Remember that when resolving the paths of views in Laravel, the 'dot' notation can be used...

Laravel Artisan Generator Command: The make:controller Command

…eController --resource A resource controller has index , create , store , show , edit , update and destroy method definitions already declared for you. The make:controller command is also capable of generated namespaced classes. Accomplish this...

Filter Search