Skip to content
New issue

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

[5.2] Allow Blade to recognize '::' in directive names #14265

Merged
merged 1 commit into from
Jul 12, 2016
Merged

[5.2] Allow Blade to recognize '::' in directive names #14265

merged 1 commit into from
Jul 12, 2016

Conversation

superamadeus
Copy link

[Issue #14264]
Updated the regex pattern so that it will match directive names in '@' statements to capture a string postfixed with '::someOtherString' in it as the name for a Blade directive, to allow for more elegant and organized directive naming (e.g. allow for '@Package::directive')

This will still capture directive names without the '::someString'.

[Issue #14264]
Updated the regex pattern so that it will match directive names in '@' statements to capture a string postfixed with '::someOtherString' in it as the name for a Blade directive, to allow for more elegant and organized directive naming (e.g. allow for '@Package::directive')

This will still capture directive names without the '::someString'.
@GrahamCampbell GrahamCampbell changed the title Allow Blade to recognize '::' in directive names [5.2] Allow Blade to recognize '::' in directive names Jul 9, 2016
@taylorotwell taylorotwell merged commit 65589c8 into laravel:5.2 Jul 12, 2016
@superamadeus superamadeus deleted the patch-1 branch July 13, 2016 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants