Showing 10 of 1,090 results.

Licensing

Meerkat is not free software, and is licensed on a per-site basis. Each site must also have an appropriate Statamic License .

Rendering Content for the Search Index | Index Configuration

…ion_handle>/_default.antlers.html The documentation search provider expects the template to produce HTML, with all headings in-place. When outputting headings for sections within the document, please be sure to output headings that match your...

Installation and Overview

…tional callable as the fourth argument: 1 <?php 2 3 // Modify the template before its rendered. 4 $ results = $ manager -> render ( 5 ' collection_handle ' , 6 ' blueprint_handle ' , 7 $ data , 8 function ( $ template , $ data ) { 9 return...

Example Use | Laravel 5.5 String Helper Function: camel_case

The following examples will all return the string myWords : 1 use Illuminate \ Support \ Str ; 2 3 // myWords 4 echo Str :: camel ( ' my words ' ) ; 5 6 // myWords 7 echo Str :: camel ( ' my-words ' ) ; 8 9 // myWords 10 echo Str :: camel ( '...

Filter Search