Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-01 | 358 Bytes | |
v0.1.3.tar.gz | 2023-03-01 | 9.3 kB | |
v0.1.3.zip | 2023-03-01 | 17.7 kB | |
Totals: 3 Items | 27.3 kB | 0 |
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.php // config/swagger.php return [ 'file_url' => env('LARAVEL_SWAGGER_FILE_URL'), ];