You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The line 48 in the config file is
/*
* Allows to generate specs either for OpenAPI 3.0.0 or OpenAPI 3.1.0.
* By default the spec will be in version 3.0.0
*/
'open_api_spec_version' => env('L5_SWAGGER_OPEN_API_SPEC_VERSION', \L5Swagger\Generator::OPEN_API_DEFAULT_SPEC_VERSION),
The text was updated successfully, but these errors were encountered:
composer show | grep l5-swagger
)php -v
): php8.2Description:
I want l5-swagger only to be available in development. Please see the steps below to reproduce the issue.
Steps To Reproduce:
The error.
The line 48 in the config file is
The text was updated successfully, but these errors were encountered: