Showing 10 of 1,280 results.

Default Configuration | Blade Compiler

This section only applies if you are looking to manually construct a compiler instance. By default, the compiler factory and service bindings will keep the compiler instances in sync with the Laravel compiler. Internally this accomplished using...

Rebuilding Stillat.com

…t that it took me about two months to start working on the project seriously (life and work gets busy after all) - that is some serious under estimating. This reminds me of something I first heard in a talk by Matt Stauffer ( Matt Stauffer -...

How to Rebuild the Site? | Rebuilding Stillat.com

…run. I wanted something that I could easily hack away on, something that I knew inside and out. In addition, I wanted something that would be easy for visitors to use that would also put an emphasis on the content (at this point I was working on...

Parser Errors

…paired correctly with an @endverbatim directive. Parser errors will not cause the parsing process to fail. Instead, parser errors are collected internally. We can retrieve them from a parser instance by calling the getErrors method, which returns...

TechResources | The Statamic Add-on Roundup

The TechResources add-on is related to the BuildResources add-on. Many of the views (or pages) that can be seen on the Technology Resources section of the site are implemented as Laravel Blade templates. The reason this was done was to leverage...

The Document Parser

…ible to disable the parsing of all known core directives. The following demonstrates one of the simplest ways to use the parser: 1 <?php 2 3 use Stillat \ BladeParser \ Parser \ DocumentParser ; 4 5 $ template = <<< ' BLADE ' 6 @if ( $ isAwesome...

Filter Search