Showing 10 of 1,090 results.

Laracon, Blade and What's Next

…nd a much-needed change of pace from my basement office staring into glowing rectangles. Much fun was had, as well as many discussions surrounding Statamic, neither of which I will go into detail here: some memories are best kept with the few...

Adventures in Blade | Laracon, Blade and What's Next

Over the years, I've experimented a lot with Blade. Most of those experiments have remained private little adventures, but some have become public. The most popular recently being: Dagger, : An alternative component framework for Blade, focusing...

Configuring the Blueprint

The Meerkat blueprint is created automatically for you when Meerkat is installed, and the site reloaded or accessed for the first time. This blueprint can be found in the following directory (from the root of your Statamic site): 1 resources/ 2...

A Practical Use Case | Building a Simple Statamic Request Addon

So where would we use a tag like this? I personally like to use this on search pages to display a search form to the user if they navigate directly to the search results page without entering a search query (this technique has been implemented on...

Tidal Starter Kits | That Escalated Quickly: All the New Things

The "example site" that started it all. Tidal is a starter kit for Statamic, with a focus on making it simpler to manage documentation-heavy websites. Tidal allows you to manage multiple projects, versions, as well as supports Statamic's...

Charset | General Metadata

The charset method queues a <meta charset="..." > tag. It defaults to utf-8 , but can be overridden: 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 Metadata :: general ( ) -> charset ( ) ; 6 Metadata ::...

Keywords | General Metadata

The keywords method queues a <meta name="keywords" content="..."> tag. By default it binds to the $meta_keywords variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6...

Author | General Metadata

The author method queues a <meta name="author" content="..."> tag. By default it binds to the $meta_author variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6...

Filter Search