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.7] Make View Factory macroable #26361

Merged
merged 1 commit into from
Nov 2, 2018
Merged

[5.7] Make View Factory macroable #26361

merged 1 commit into from
Nov 2, 2018

Conversation

reinink
Copy link
Contributor

@reinink reinink commented Nov 2, 2018

I recently wanted to add a macro to the View Factory class, but realized I couldn't. This makes that possible.

View::macro('getFoo', function () {
    return 'Hello World';
});

@taylorotwell taylorotwell merged commit 12f3b94 into laravel:5.7 Nov 2, 2018
@GrahamCampbell GrahamCampbell changed the title Make View Factory macroable [5.7] Make View Factory macroable Nov 5, 2018
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