Showing 10 of 1,090 results.

Default Laravel Classes That Support Macros

…y Responsible for creating responses that will be sent back to the client. Illuminate\Cache\Repository Handles interactions between the application and the various cache stores. Illuminate\Support\Str Contains string and text-manipulation related...

Wrapping our Nested List | Responses and Replies

When implementing the nested list you may notice that we had to specify the wrapper element again ( ul ): 1 {{ if comments }} 2 < ul class = " nested-list " > {{ * recursive comments * }} </ ul > 3 {{ /if }} This provides you the opportunity to...

Best Practices for Securing Your Development Projects

In today's technology-driven world, data breaches and cyberattacks are increasing dramatically. According to CheckPoint Research, cybercrimes increased by 38% in 2022 as compared to the previous year. Therefore, it's important for developers to...

Laravel 5 Macros

Macros are a way to reduce the lines of code a developer has to write, and can be traditionally thought of as "shortcuts". Laravel generally uses macros to add, or inject, functionality into various classes at runtime. Developers familiar with C#...

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

Available Orderable Parameters | Sorting Comment Threads

There are many variables that can be used when sorting comment threads; please consult the Default Variables article for information about which properties are available. Compound properties may not be currently supported (i.e.,...

Filter Search