Showing 10 of 1,090 results.

Laravel Task Scheduler: An Introduction

…ible for maintaining a list of the tasks that need to be ran and command events ( Illuminate\Console\Scheduling\Event and Illuminate\Console\Scheduling\CallbackEvent ) that are responsible for providing the details on the actual tasks that should...

Setting the Command User | Laravel Task Scheduler: An Introduction

On Unix-like systems the user the command will run under can be customized by calling user method. The user method accepts only the name of the user and does not perform any validation on it. For example, the following would schedule a command to...

Creating Projects | Managing Projects and Versions

New projects you'd like to document can be added within the Statamic control panel. Existing projects may be managed from the "Software Projects" collection; this collection is orderable, and the order of projects will be used on the default home...

Configuration Updates | Managing Projects and Versions

After a version has been created there are a few additional (and optional) configuration updates you might wish to make. config/social_media_image_kit/genera.php, : You may wish to add your new collection to the, collections, configuration item....

Laravel Collection Public API: whereIn

…change the above example only slightly to cause the method to return no results: 1 <?php 2 3 // Notice that the value in the array is 4 // a string, not an integer. 5 $ results = $ people -> whereIn ( ' age ' , [ ' 26 ' ] ) ; Because the age of...

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

Custom Images

Social Media Image Kit allows you to customize social media images on a per-entry basis. This features allows for a custom set of images to be used in place of the automatically generated ones.To utilize this feature, navigate to the entry within...

Filter Search