Search

Showing 7 of 1,697 result(s)

/blade-parser/v1/html-fragments

The Blade Parser library supports the concept of "HTML fragments," or the parsing of invalid HTML documents. This feature exists to help provide additional context to the parsed Blade constructs, such as where they appear within a document. The...

/blog/2014/10/18/thoughts-on-a-guidance-engine#content-social-interactions

This area is huge and important. Astonishingly important. Social networks would not be as big as they are if people did not have a genuine desire to be connected. That's my answer to questions like "Why is [insert giant social network name here]...

/blog/2016/12/07/laravel-artisan-the-tinker-command#content-tinker-commands

Like the Artisan command-line application, Tinker provides many numerous commands and utilities that simplify the process of debugging and executing code from the command-line. The following table lists all the commands that Tinker provides (these...

/blog/2018/02/19/laravel-55-translating-strings-with-the-trans_choice-helper-function

…ceholders begin with a single colon ( : ) followed by a name and a space. For example, in the validation.php language file, the following lines can be found: In the above translation lines, :attribute is a placeholder that can be replaced using...

/blog/2018/04/22/laravel-5-collections-convert-collection-elements-into-object-instances-with-mapinto

The mapInto method is similar to the transform method in that allows you to quickly convert, or project, the contents of the collection to a new type. However, instead of building up the resulting type instance yourself, the mapInto method creates...

/documentation-search/v1/search-results-tag#content-available-variables

When using the documentation:results tag you will have access to all the values you've configured within the search index's fields array. If you have added all of Documentation Search's specific fields to your configuration, you will also have...

/meerkat/configuration-overview

Configuration is currently handled via PHP configuration values. Once Meerkat has been installed in your Statamic site, a meerkat directory will created within your site's config directory with all the relevant configuration files after the site...