Showing 10 of 2,044 results.

Example Use | Laravel 5: String Translation Public API

The following example will resolve a translator instance from the service container and get the current MessageSelector instance. 1 <?php 2 // Ask the Service Container for a translator instance. 3 $ translator = app ( ' translator ' ) ; 4 5 //...

Configurable Composer Manager | The Statamic Add-on Roundup

…. A properly configured Windows development environment can address the issues that this add-on solves, but that becomes messy when working with many different web servers and PHP versions. This add-on is freely available at...

The is:between Filter | The "is" Filters

…ort (or handle well) input that contains quotes or commas inside strings. For example, if your date input is in the format of "Jan 1st, 2021" you would need to use Custom Variable Input in order to accomplish this. The following example...

Template IDE Hints

The extension allows you to utilize specially formatted Antlers comments to improve code completion, suggestions, provide inline documentation, and other advanced features. The extension is capable of determining which blueprint fields to show in...