Search

Showing 7 of 587 result(s)

/search-report-for-statamic/v1/introduction-installation

Search Report for Statamic is a simple Control Panel and utility addon that allows you to log searches made on your site, and view them within Statamic's Control Panel.Search Report for Statamic can be installed by running the following command...

/search-report-for-statamic/v1/setup

Search Report for Statamic stores search logs within a database, even if the rest of your site is using flat files. If you don't want to setup a large database server, you may also use SQLite. For more information on how to configure a database...

/site-essentials-for-statamic/v1/antlers-asset-queues

Site Essentials for Statamic provides a simple, yet powerful asset management queue system to help manage various style and script assets that are not included in the site's main builds. For example, in a page builder setup, we might want to...

/site-essentials-for-statamic/v1/antlers-tags

Site Essentials for Statamic provides different tags, each designed to help simplify some aspect of site development. Some tags are a bit obscure, but some are generally applicable to many types of projects. se_capture Tag, The se_capture tag can...

/site-essentials-for-statamic/v1/custom-metadata-tags#content-adding-custom-metadata

The most common place to queue custom metadata is within the site's app/Providers/AppServiceProvider.php file using the Metadata facade. To add a new <meta ...> tag, we can use the queue method and supply an array containing the attributes we want...

/site-essentials-for-statamic/v1/favicon-configuration#content-configuring-favicon-sizes

Additional favicon sizes can be managed within your site's site_essentials/favicons.php configuration file. All favicons must have the following properties: rel, : Added to the output link tag's, rel, attribute, format, : The image format to...

/site-essentials-for-statamic/v1/generating-favicons

There are two primary ways to trigger favicon image generation: using the command line and programmatically, such as from listening to Statamic events. Before we can generate favicons, we need to let Site Essentials for Statamic know what image to...