Showing 10 of 1,090 results.

I'm Getting The Wrong Data? | Laravel 4: Getting User Input

…meters. To get around this issue we can specify the source of the data we want. First we are going to have to work with an actual instance of the input object instead of using the Input facade. We have to do this in order to access the instance's...

Setup & Configuration

Search Report for Statamic stores search logs within a database, even if the rest of your site is using flat files. If you don't want to setup a large database server, you may also use SQLite. For more information on how to configure a database...

Data Tools | The Statamic Add-on Roundup

The DataTools add-on allows me to perform arbitrary arithmetic and comparison operations within an Antlers template. Granted, I could have enabled PHP within templates but I really didn't want to (also, there might be some syntax to accomplish...

Markdown Tools | The Statamic Add-on Roundup

…is another freely available add-on (you can find it at https://github.com/JohnathonKoster/statamic-markdown-tools ). It allows site admins to handle text replacements across the entire site (for example, to handle the renaming of the Apple...

Registering Metadata Tags | Overview

Metadata information is managed from your site's backend code, primarily by interacting with the Metadata facade, typically within your site's AppServiceProvider . The metadata manager utilizes a "builder" concept, allowing you to chain multiple...

General Metadata

The general metadata builder provides various methods to add common metadata information to your site, such as keywords, titles, and descriptions. To access the general metadata builder using the Metadata facade, we can call the general method: 1...

Preamble | License

…program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights....

Filter Search