Skip to content

Instantly share code, notes, and snippets.

@vinicius73
Created February 1, 2016 13:56
Show Gist options
  • Save vinicius73/08991f6c3854e7856d47 to your computer and use it in GitHub Desktop.
Save vinicius73/08991f6c3854e7856d47 to your computer and use it in GitHub Desktop.
blade var
protected function compileVar($expression)
{
return preg_replace('/\(\'(.*?)\'\,\s*(.*)\)/', '<?php $$1 = $2; ?>', $expression);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment