Showing 10 of 1,322 results.

Creating a Stacked Content Layout with Statamic 3 and Antlers

In this article we are going to explore creating a stacked content layout with Statamic 3 and Antlers. Our goal will be to display three articles with a unique layout applied to the first article, and display all subsequent articles differently....

Installation | Introduction & Installation

Social Media Image Kit can be installed into an existing Statamic project by running the following command from the root of your project: 1 composer require stillat/social-media-image-kit Social Media Image Kit requires some configuration and...

Installing the Plugin | Installing Linguistics for Adobe Brackets

Installing the plugin in Brackets is incredibly simple. Start Brackets and activate the Help menu item and then select Show Extensions Folder . This will open a new Finder or Explorer window (depending on your platform) displaying your Bracket's...

Laravel Collection Public API: contains

contains($key, $value = null) The contains method is used to determine if a given $key exists within the collection. Additionally, an option $value can be specified that will be used to check if a given key/value pair exists within the collection....

Read the Docs | Rebuilding Stillat.com

…ng up a design, the process of converting that into a basic Statamic site was fairly straight-forward. The longest part of the process were things that are generally true of every platform and front-end project - ensuring the design responds well...

Laravel Artisan Route Command: The route:list Command

The route:list command can be used to show a list of all the registered routes for the application. This command will display the domain, method, URI, name, action and middleware for the routes it includes in the generated table. The following...

Filter Search