tommica / laravel-actions-scramble
Extensions for Scramble to enable automatic parsing of routes when using laravel actions
Installs: 1 038
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/tommica/laravel-actions-scramble
Requires
- dedoc/scramble: >=0.8.5
This package is auto-updated.
Last update: 2025-10-04 11:10:05 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 ],