Showing 10 of 2,142 results.

How to Apply These Terms to Your New Programs | License

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

Laravel 5: Accessing the Logging Features With logger

The logger helper function can be used to retrieve the logger instance from the Service Container or as a convenient way to log debug messages within your Laravel application without having to inject any dependencies or include the...

Documentation Search | That Escalated Quickly: All the New Things

Documentation Search is a powerful search provider for Statamic. Documentation Search was developed with documentation-heavy websites in mind, and supports the following features: Split larger entries into smaller sections that can be indexed...

Using Modifiers in Antlers Dynamic Bindings

…ables to parameters and modifiers by using dynamic binding . Dynamic binding is a technique to supply a value to a tag or modifier by referencing it's variable name. For example, the following Antlers would reference a variable from the...

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

Performing Bulk Actions | Managing Comments

Control Panel users may select multiple comments by selecting individual comments using the checkbox on the left side, or by selecting all comments using the checkbox in the top-left corner of the comments table. When at least one comment is...

Specifying a Locale | Laravel 5: String Translation Public API

By default, the get method will look for the translation lines using the locale specified as the default with the translation service. However, we can specify a locale by supplying an argument for the $locale parameter. For the following example,...