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

[9.x] Make Application macroable #43966

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

ralphjsmit
Copy link
Contributor

This PR adds the macroable trait to the Application instance. This allows developers to add handy macros (e.g. environment) checks to the application instance.

For example:

App::macro('runningDuskTests', function () {
    return $this->environment('dusk');
});

Thanks!

@nunomaduro nunomaduro changed the title Make Application macroable [9.x] Make Application macroable Sep 1, 2022
@taylorotwell taylorotwell merged commit 1c1766f into laravel:9.x Sep 1, 2022
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