Search

Showing 7 of 587 result(s)

/blog/2017/07/23/the-statamic-addon-roundup#content-rainfrog

RainFrog is an add-on that I developed as a sort of "catch-all" add-on. It will produce meta tags for me automatically when I have not specified them for any given post: <meta itemprop="description" content="{{ rain_frog:keywords }}"> or a...

/blog/2017/07/23/the-statamic-addon-roundup#content-routelist

The RouteList is another add-on that is freely available to the Statamic community (you can read specific details about it at https://github.com/JohnathonKoster/statamic-route-list-command ). I am really comfortable developing applications with...

/blog/2017/09/29/building-a-simple-statamic-request-addon

In this tutorial we will look at building a really simple Statamic addon. The addon we will build will let us determine if the incoming web request to our site has a specific query parameter; this will allow us to have greater control in the way...

/blog/2017/09/29/building-a-simple-statamic-request-addon#content-generating-the-scaffolding

In the root directory of your site, issue the following command to have Statamic generate the scaffolding we will need to build our custom tag: php please make:tags Request This will generate a new file in the following location within your site's...

/blog/2017/09/29/building-a-simple-statamic-request-addon#content-the-finish-line

Congratulations you've just implemented a really simple Statamic addon tag that can be used to learn about request input. It would be trivial to expand this addon tag to learn more about the incoming request; this might be something for another...

/blog/2017/10/31/installing-linguistics-for-adobe-brackets

Hello, there! In this guide we are going to look at how to install the Linguistics for Adobe Brackets plugin, an offline as-you-type spell checking plugin. This guide was written for the latest version of Brackets (at the time of writing) -...

/blog/2017/11/30/checking-if-a-string-ends-with-a-particular-value-in-laravel-laravel-55-string-helper-method-endswith#content-example-use

We can combine this with PHP's built in range function for a simple way to check if a string ends in any alphabetical character: