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

Fix controller middleware not resolving (#199) #203

Merged
merged 12 commits into from
Oct 20, 2022
Merged

Conversation

lorisleiva
Copy link
Owner

@lorisleiva lorisleiva commented Oct 18, 2022

Since version 9.35.0 of the Laravel framework, a PR was merged that changed the way controller middleware were resolved which lead to action middleware not being resolved.

A follow-up PR was implemented on laravel/framework (laravel/framework#44590) to enable Laravel Actions to keep its current behaviour whilst making sure the new behaviour from 9.35.0 is not broken.

The goal of this PR is to perform the final update on Laravel Actions which leverages the latest PR on the framework.

Note that this fix will only work once a new version of the framework is published (anything that comes after 9.35.1).

Fix #199.

@lorisleiva lorisleiva merged commit 71324b7 into main Oct 20, 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.

laravel/framework 9.35+ action middleware not being resolved
1 participant