Showing 10 of 1,090 results.

Introduction & Installation

Social Media Image Kit is a Statamic 4 addon that provides a framework for easily generating social media images for your site's content. Images are created by rendering Antlers or Blade templates and converting the results to an image. Generated...

getOpenReplyForm Helper Method | Advanced Reply Forms

The getOpenReplyForm will return the currently open form on your page: 1 MeerkatReply . submit = function ( evt ) { 2 var currentForm = MeerkatReply . getOpenReplyForm () ; 3 4 evt . preventDefault () ; 5 } ;

Creating the Meerkat Helper File | Advanced Filtering

Meerkat will look for a meerkat/filters.php file when it starts. If you do not have this directory and file, feel free to create it now before we continue. The directory structure should look similar to this once done: 1 project-rooot/ 2 ├── app/...

Ordering by Multiple Properties | Sorting Comment Threads

Multiple sort orders can be applied to a single comment thread by chaining sort orders with the pipe ( | ) character. The following example demonstrates how to first sort by newest comments, and then by the contents of the comment: 1 {{ meerkat :...

Disabling Vite File Hashes

Recently I've been working on a rather large rebuild to my personal, Statamic-powered blog. As part of that rebuild I migrated my build processes to Vite, but ran into an issue where I needed the filenames for my CSS, JavaScript, and assets to...

The Controller Function | Laravel Paginator Pretty URLs

…etShowResults ( $ page ) 8 { 9 // Code here to get a list of users. 10 11 Paginator :: setBaseUrl ( ' http://localhost:8000/users ' ) ; 12 Paginator :: setCurrentPage ( $ page ) ; 13 $ users = PrettyPaginator :: make ( $ pagedData , $ totalUsers...

Special Cases for Laravel's Singular Pluralization Feature

…e Niasese Pekingese Piedmontese Pistoiese Portuguese Sarawakese Shavese Vermontese Wenchowese Yengeese * deer * fish * lese * measles * media * mese * nese * ois * pox * rese * sheep * ss bison bream breeches britches buffalo cantus carp chassis...