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

[feature] Add support to laravel-actions #10

Open
phiter opened this issue Dec 12, 2019 · 0 comments
Open

[feature] Add support to laravel-actions #10

phiter opened this issue Dec 12, 2019 · 0 comments

Comments

@phiter
Copy link

phiter commented Dec 12, 2019

Hey!
In our team, we're using the laravel-actions package, and with this package some things work a bit different from what Laravel originally does.

The routes are being listed currently but the api explorer can't list the rules and can't show the description above the handle function.

The latter problem could be resolved by identifying the usage of this package (maybe check if the "controller" class extends Lorisleiva\Actions\Action) and use the handle method instead on this line:

$method = '__invoke';

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

No branches or pull requests

1 participant