Showing 10 of 2,133 results.

Troubleshooting

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

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.

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

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