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