Showing 10 of 1,322 results.

Rebuilding Stillat.com

…its going to take; add one; multiple it by two; and then move it up to the next amount of time" Matt Stauffer The Tweet in the image above was posted in September of 2016. Let's take into consideration the false starts (and restarts) as well as...

Procedure vs. Function vs. Method vs. ?

The field of programming and computer science is awash in technical terms with definitions for those terms that are only slightly different from each other. A good example of terms like this are procedure , function , method and the anonymous...

se_str_finish Modifier

The se_str_finish modifier may be used to ensure a given string always ends with the provided cap. 1 {{# the value. #}} 2 {{ ' the value. ' | se_str_finish ( ' . ' ) / }} 3 4 {{# the value. #}} 5 {{ ' the value ' | se_str_finish ( ' . ' ) / }}

Writing Custom Laravel Artisan Commands: An Introduction

It is often very useful to create custom Artisan commands specifically for your application or package. Custom commands are, by default, stored in the app/Console/Commands directory (commands can be stored at any path that can be autoloaded based...

Introduction & Installation

Social Media Image Kit is a Statamic 4 addon that provides a framework for easily generating social media images for your site's content. Images are created by rendering Antlers or Blade templates and converting the results to an image. Generated...

Laravel Localization: The File Loader

The FileLoader is the class that is responsible for loading the translation files from the file system. The language files are loaded from the /resources/lang/ directory by default. The lang/ directory contains the en (English from the ISO 639-1...

Filter Search