j4wx / laravel-actions-scramble
Extensions for Scramble to enable automatic parsing of routes when using laravel actions
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/j4wx/laravel-actions-scramble
Requires
- dedoc/scramble: >=0.13.11
This package is auto-updated.
Last update: 2026-02-04 02:03:54 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 j4wx/laravel-actions-scramble
Just add the class to the extensions array in the config/scramble.php file:
... 'extensions' => [ \J4Wx\LaravelActionsScramble\LaravelActionsExtension::class ],