Showing 10 of 1,090 results.

The "like" Filters

The like filters allow you to query comments using an SQL-like pattern.The like filter allows you to query a comment property and compare it with an SQL-like pattern. The following example queries checks the comment's content against the %panel%...

Laravel's Bcrypt Hasher

…acts\Hashing\Hasher interface). The following code sample would return an instance of the Bcrypt hasher by default: 1 <?php 2 3 // Get a new Bcrypt instance. 4 $ hasher = app ( ' hash ' ) ; The Bcrypt hasher is also used by the bcrypt application...

Laravel 5: Getting the Last Element of an Array With last

The last function is the logical opposite of the head function: it will return the last element of an array without modifying the array. The last helper function is a wrapper around PHP's end function.The signature of the last function is: 1...

Guide: User-Only Comment Setup

This guide contains the steps to configure Statamic and Meerkat to only accept comments from authenticated users. After completing this guide, your site will only accept comments from authenticated users, without requiring user names or emails to...

Third-Party Data Sharing | Product Data Privacy

By default, Meerkat does not share any information via. third-party API calls. Some features, such as the Akismet spam guard, do require the submission of data to third-parties via. API requests. These features are disabled by default and are...

Parsing Blade Comments in Forte

…code sample: getContentAndAdvance() retrieves the inner content for the current token and advances the parser; the finalizeNode method handles ensuring the emitted nodes have the correct start and end offsets, as well as populates some additional...

Filter Search