Showing 10 of 1,085 results.

Laravel String Helper Function: upper

The upper method is the opposite of the lower method and it takes a given value and returns the upper case variant. This method is useful when doing string comparisons. The signature for the upper helper method is: upper($value) 1 use Illuminate...

Site Name | Open Graph Metadata

The siteName method queues a <meta name="site_name" property="og:site_name" content="..."> tag. By default it binds to the $meta_site_name variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting...

Before We Get Started | Creating a Hybrid Cache System for Statamic

…static HTML file caching, half-cache, and specialized caching tags to a full-fledged static site generator. The availability of all these options begs the question: Why develop another caching system? The short answer is that sometimes it's fun...

7. Additional Terms. | License

“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in...

Web Manifest Overview

The details used to generate your site's site.webmanifest file are contained within the site_essentials/webmanifest.php configuration file. Because of the large amount of options available when creating a manifest file, and the various...

How to Rebuild the Site? | Rebuilding Stillat.com

…In addition, I wanted something that would be easy for visitors to use that would also put an emphasis on the content (at this point I was working on two Laravel books, and I wanted to make all of that content available on the new site). Also, as...

Laravel String Helper Function: ucfirst

The ucfirst helper method is used to uppercase the first letter of a string. It defines only one parameter— $string —which is the string that should have its first letter upper cased. This helper method differs from PHP's ucfirst function because...

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...

Filter Search