Skip to content

v0.1.3

Compare
Choose a tag to compare
@hms5232 hms5232 released this 02 Mar 12:36
· 26 commits to main since this release
ff8b14a

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'),
    ];