Skip to content

Instantly share code, notes, and snippets.

@dmregister
Created May 19, 2015 14:56
Show Gist options
  • Save dmregister/c880196a1d5ad8f696a8 to your computer and use it in GitHub Desktop.
Save dmregister/c880196a1d5ad8f696a8 to your computer and use it in GitHub Desktop.
lumen blade
\Blade::setContentTags('<%', '%>'); // for variables and all things Blade
\Blade::setEscapedContentTags('<%%', '%%>'); // for escaped data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment