Showing 10 of 2,145 results.

Introduction & Installation

Site Essentials for Statamic is a Statamic addon that provides many different features, each targeted at simplifying an aspect of creating Statamic websites. Site Essentials for Statamic ships with the following features out of the box: Favicon...

Managing Imported Fieldset Handles with Antlers Runtime

A common design pattern when building Statamic sites is to use fieldsets to create reusable fields across different collections, forms, or pages. Additionally, it is also not uncommon to see specific partials created to display these fieldsets....

Implementing Laravel Artisan Console Commands

The first step to creating custom commands is to generate the basic structure, or scaffolding, for the new command. This can be done by issuing the make:console Artisan command from the terminal. The make:console command accepts the name of the...

Part One: Creating a Custom Pagination View in Laravel

Update You can view the completed part two of this article by visiting Part Two: Creating a Custom Pagination View in Laravel In this post we are going to look at building a custom paginator view in Laravel 4. There are quite a few posts are the...

Generating Favicons

There are two primary ways to trigger favicon image generation: using the command line and programmatically, such as from listening to Statamic events. Before we can generate favicons, we need to let Site Essentials for Statamic know what image to...

Date Methods | Laravel Task Scheduler: An Introduction

Method Description timezone($timezone) Sets the timezone the date should be evaluated on. days($days) Sets the days of the week the command should run on. Can either specify each day as its own argument or supply an array of days. daily Schedules...