Showing 10 of 2,145 results.

10. Automatic Licensing of Downstream Recipients. | License

Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties...

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

Thoughts on HTML Elements and Blade Components in Forte

My focus this week with Forte has been continuing to work on the HTML tokenizer and parser. I've done enough Blade parsers over the years, where the "Blade" parts are largely a solved problem, and it won't be much work for me to shore up that side...