Search

Showing 7 of 2,041 result(s)

/blog/2018/04/11/laravel-5-retrieving-and-removing-an-element-from-an-array-with-pull

…to the get method in that it will return a value for the given $key in the $array (or the $default , if it is specified and the $key does not exists). The difference is that the pull method will remove the item it finds from the array. Mutable...

/blog/2018/04/21/laravel-5-macros-call-and-callstatic

The Macroable trait implements PHP's magic __call method to intercept calls to methods when in object context that do not exist in the current class. If a macro with the given method name is found, it is evaluated and the result returned. If no...

/meerkat/advanced-filtering

Meerkat exposes an incredibly powerful filtering API to Statamic developers. This API allows developers to craft custom filters, organize multiple filters into a single group to simplify template code, and to also define custom variables that can...

/meerkat/the-where-filters

The where filters provide the greatest control when querying comments across arbitrary comment properties . For example, you can apply comparison operators, or check an arbitrary property against a list of provided values.

/social-media-image-kit/v1/troubleshooting

The following information may help troubleshooting common issues when working with Social Media Image Kit.

/blog/2016/11/21/laravel-fluent-part-two-the-public-api#content-toarray

The toArray method returns the exact same values as the getAttributes method.