Showing 10 of 1,085 results.

Configuring Image Sizes | Configuration Overview

Image sizes, and their associated metadata, are configured within the images.php configuration file. Each configured social media image must have the following properties: handle, : A unique handle to internally represent the social media...

An Introduction To Laravel Collections

The Illuminate\Support\Collection class provides a wrapper around PHP's arrays. The Collection class has numerous methods for retrieving, setting and manipulating the data of the underlying array. Each Collection instance has an internal array...

Search Tag Parameters | Search Results Tag

The documentation:results tag shares many parameters with Statamic's search:results tag. The following parameters can be used when working with the documentation:results search tag: Parameter Data Type Description index string The search index to...

Updating the Favicon Driver | Favicon Configuration

If you've developed or installed a different favicon generation driver you will need to update the driver option within the site_essentials/favicons.php configuration file. Site Essentials for Statamic ships with an ImagickDriver by default. 1...

Laravel Application Helper Function: back

back($status = 302, $headers = []) The back helper function is used to create a redirect response to the user's previous location. It defines two parameters which can be used to control the status code and headers of the response. An integer...

PostImage | The Statamic Add-on Roundup

You may have noticed that there are many different sizes of "post images" on this site. One of the first versions of the site that I built used an image with the same dimensions for each place a blog post might appear. For example, on the home...

Filter Search