Showing 10 of 2,133 results.

Example Use | Laravel 5: String Translation Public API

For the following example, we will see how the results of calling the getLocale method change after we manipulate the currently configured default locale: 1 // Ask the Service Container for a translator instance. 2 $ translator = app ( '...

Example Use | Laravel 5: String Translation Public API

In the following example, we will change the currently configured fallback locale and observe how the fallback locale setting changes as we manipulate it. 1 <?php 2 // Ask the Service Container for a translator instance. 3 $ translator = app ( '...

17. Interpretation of Sections 15 and 16. | License

If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability...

Supplying Multiple Parameters | Basic Filtering

By taking a quick scan of that table, you may notice that some filters accept multiple parameters. Parameters are separated by a comma ( , ). For example, if we wanted to filter our comments to only those left by an authenticated user in a known...

Magpie | The Statamic Add-on Roundup

Magpie allows me to create backups of the site incredibly easily. It is a command line utility, which means I can easily schedule its execution. There is a lot to this add-on, like configurable off-site storage locations; the details can be found...

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