Showing 10 of 2,138 results.

Creating a Stacked Content Layout with Statamic 3 and Antlers

In this article we are going to explore creating a stacked content layout with Statamic 3 and Antlers. Our goal will be to display three articles with a unique layout applied to the first article, and display all subsequent articles differently....

Laravel 5: Generating URLs to Controller Actions With action

The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters these can be supplied by utilizing the $parameters...

Laravel Miscellaneous Helper Function: data_fill

data_fill(&$target, $key, $value) The data_fill helper function accomplishes the same fundamental task as the data_set helper function. The only difference is that the data_fill does not define an optional $overwrite parameter. data_fill...