We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 16f9053 broke the @script directive.
@antoniancu, blade directives simply don't work like that.
'script' => function ($expression) { if (! empty($expression)) { $expression = DirectivesRepository::parseMultipleArgs($expression); $defer = $expression->get(1) ? ' defer' : ''; return '<script src="'.DirectivesRepository::stripQuotes($expression->get(0)).'"'.$defer.'></script>'; } return '<script>'; },
I'm surprised how nobody noticed that in nearly two months ...
The text was updated successfully, but these errors were encountered:
Thanks! Do you want to create a revert that fixes this? :)
Sorry, something went wrong.
I don't use this package anymore, so I believe it's better that someone who uses this directive fixes it.
No branches or pull requests
Commit 16f9053 broke the @script directive.
@antoniancu, blade directives simply don't work like that.
I'm surprised how nobody noticed that in nearly two months ...
The text was updated successfully, but these errors were encountered: