Search

Showing 7 of 587 result(s)

/blog/2018/04/22/laravel-5-collections-convert-collection-elements-into-object-instances-with-mapinto

The mapInto method is similar to the transform method in that allows you to quickly convert, or project, the contents of the collection to a new type. However, instead of building up the resulting type instance yourself, the mapInto method creates...

/blog/2018/04/22/laravel-5-collections-executing-a-function-on-a-collection-and-returning-the-function-results-with-pipe

The pipe method is similar to the tap method in that it executes the provided $callback function on a copy of the collection; however, unlike the tap method, the pipe method returns the result of the callback function.The following example...

/blog/2021/01/07/implementing-csharp-events

A common requirement when designing and implementing software is the ability to respond to certain code conditions, or at key points in an application's execution lifecycle. These conditions and lifecycle points can be thought of as events , where...

/blog/2022/11/01/a-beginners-guide-to-antlers-arrays-and-loops

Arrays are the most versatile datatype when working with Antlers templates. Throughout this article, we will look at various ways to iterate arrays, define and manipulate them, and the default helper variables that exist to help you develop your...

/meerkat/basic-filtering#content-simple-filter-parameters

Beyond the default filters, Meerkat also offers a handful of simple filter parameters that can be used (Meerkat filters can get much more powerful, but we will get into that later). These filter parameters are: Filter Description Type Default...

/site-essentials-for-statamic/v1/license#content-how-to-apply-these-terms-to-your-new-programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...

/social-media-image-kit/v1/license#content-how-to-apply-these-terms-to-your-new-programs

If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following...