Skip to content

[13.x] Register a default alias for the Pipeline facade - #61570

Closed
kevinb1989 wants to merge 1 commit into
laravel:13.xfrom
kevinb1989:register-default-alias-for-the-pipeline
Closed

[13.x] Register a default alias for the Pipeline facade#61570
kevinb1989 wants to merge 1 commit into
laravel:13.xfrom
kevinb1989:register-default-alias-for-the-pipeline

Conversation

@kevinb1989

@kevinb1989 kevinb1989 commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

I use the Illuminate\Support\Facades\Pipeline facade extensively in one of my side projects:

  • Constructing database queries.
  • Step-by-step data synchronisation with external API services.
  • ...

And I have just realised that I still have to say import Illuminate\Support\Facades\Pipeline; to use it. It would be nice to simply say import Pipeline;.

This change has already been covered by the following unit test: Illuminate\Tests\Integration\Support\FacadesTest::testDefaultAliases().

@taylorotwell

Copy link
Copy Markdown
Member

We don't really advertise the alias concept that much anymore or add new ones.

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