tommica/laravel-actions-scramble

Extensions for Scramble to enable automatic parsing of routes when using laravel actions

0.0.1 2024-01-30 09:18 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:13 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
    ],