-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[10.x] Adding Pipeline Facade #46271
Conversation
I've proposed a helper (#46198) but haven't heard back from the team that approves PRs. |
Ah! Would be good to link these PRs then!I’ll update the caching of the facade later this evening!On 25 Feb 2023, at 17:32, Jordan Dalton ***@***.***> wrote:
I've proposed a helper (#46198) but haven't heard back from the team that approves PRs.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
So I've disabled caching on the facade (I totally didn't even know what was a feature!) - happy to take suggestions from anyone else as to what needs doing to get this merged :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
You said you will be doing some "light tweaking". I can't review the PR until it is totally complete. Please mark as ready for review when that is done. |
Hey, sorry - it’s ready for review nowSent from my iPhoneOn 2 Mar 2023, at 19:10, Taylor Otwell ***@***.***> wrote:
You said you will be doing some "light tweaking". I can't review the PR until it is totally complete. Please mark as ready for review when that is done.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Just to re-iterate, the light tweaking was just making sure the correct docblocks etc were added - hence I requested a re-review from the people who raised additional comments :) |
Hey All!
I have a feeling there is a distinct reasoning behind why this hasn't been done before but here it goes. I love pipelines... I also love facades... Why not merge the two and have a pipeline facade?
This is the simplest implementation I could think of. It almost feels too simple so I'm sure there's some form of logic I have missed.
I'd love some feedback to try get this pushed into Laravel as a core facade!
Happy for this to be closed if it's a non-starter!
P.S - I'll be doing some light tweaking of bits, just thought I'd push this up first so I don't waste my time if it's never going to be accepted :)