tommica / laravel-actions-scramble
Extensions for Scramble to enable automatic parsing of routes when using laravel actions
Package info
github.com/tommica/laravel-actions-scramble
pkg:composer/tommica/laravel-actions-scramble
0.0.2
2024-10-04 09:05 UTC
Requires
- dedoc/scramble: >=0.8.5
This package is auto-updated.
Last update: 2026-03-04 12:03:53 UTC
README
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 ],