You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 thehandle
method instead on this line:laravel-api-explorer/src/LaravelApiExplorer.php
Line 113 in 20cac30
The text was updated successfully, but these errors were encountered: