Skip to content

Instantly share code, notes, and snippets.

@oliuz
Forked from calebporzio/route-blade-directive.php
Created August 18, 2019 00:00
Show Gist options
  • Save oliuz/9e06963325cad17c13be33c696365bf3 to your computer and use it in GitHub Desktop.
Save oliuz/9e06963325cad17c13be33c696365bf3 to your computer and use it in GitHub Desktop.
@route blade directive
<?php
Blade::directive('route', function ($expression) {
return '<?php route(' . $expression . '); ?>';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment