If you are using laravel actions as controllers, this add-on enables parsing of those routes in the automatic doc-generation that scramble does.
composer require tommica/laravel-actions-scramble
Just add the class to the extensions
array in the config/scramble.php
file:
...
'extensions' => [
\Tommica\LaravelActionsScramble\LaravelActionsExtension::class
],