Showing 10 of 1,204 results.

Prevent Formatting of Specific Files | Formatting CLI

…rmat false 4 @description This template will not be formatted by the Antlers formatter. 5 #}} 6 < div class = " hidden lg:block lg:col-span-3 xl:col-span-3 " > 7 < nav aria-label = " Sidebar " class = " sticky top-6 divide-y divide-gray-300 " > 8...

Using a Job Queue

Social Media Image Kit can be configured to process image rendering using a job queue. The typical setup for this scenario will involve having a database available, or some other asynchronous method of processing jobs. Before continuing, it is...

Enabling Queue Event Listeners | Using a Job Queue

…should be auto-generated 13 | by the addon when entries are saved or created. Set to true to enable 14 | automatic creation upon these events. When disabled, you will need 15 | to manually generate images using the provided Artisan commands 16 |...

Preventing Duplicate Jobs | Using a Job Queue

…return [ 4 5 // ... 6 7 /* 8 |-------------------------------------------------------------------------- 9 | Database Configuration for Social Media Image Tasks 10 |-------------------------------------------------------------------------- 11 |...

se_is_set_type

The se_is_set_type modifier is a utility modifier that can be used to easily check if a Bard or replicator field contains a specific set at some arbitrary position. As an example, this modifier can be used to simplify template code to dynamically...

Laravel Artisan Session Table: The session:table Command

The session:table command is used to create a new migration for the sessions database table. This table is required to use the database session driver. This command defines no parameters and can be used like so: 1 php artisan session:table The...

Displaying Error Messages | Meerkat Forms

…v > 10 {{ else }} 11 {{ if errors }} 12 < div class = " w-full mx-3 border-red bg-red-light mb-4 px-3 py-3 rounded relative " role = " alert " > 13 < strong class = " font-bold " > Oh no! </ strong > 14 < span class = " block sm:inline " > There...

TechResources | The Statamic Add-on Roundup

…s related to the BuildResources add-on. Many of the views (or pages) that can be seen on the Technology Resources section of the site are implemented as Laravel Blade templates. The reason this was done was to leverage Collection chunking as well...

PostImage | The Statamic Add-on Roundup

…dicates where on the site it will appear, and the tag will inspect the context from which it was called to figure out whether to show a category image, or an image for that specific blog post. This add-on was first implemented as an Antlers...