v0.1.3
NEW
- Support Laravel 10.
- You can specify URL of OpenAPI file instead of using
APP_URL
. This is useful if you have multi domain or you want to hide OpenAPI files and only allow somebody who match rules visit this domain.// config/swagger.php return [ 'file_url' => env('LARAVEL_SWAGGER_FILE_URL'), ];