This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Let's start this off by explaining how the Blade engine works with a few bullet points. You choose a Blade template to render. The engine uses a series of regular expressions to parse and compile the template. The engine produces a plain PHP file and writes it to disk (so that it's cached for future renders). The PHP file is included and output buffers are used to capture the generated HTML. The…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.