Darius Matulionis

Results 31 comments of Darius Matulionis

@Rasoul-Karimi what is wrong with package requirements? We have `swagger-php: "^3.2.0 || ^4.0.0"` https://github.com/DarkaOnLine/L5-Swagger/blob/master/composer.json#L24

Have you checked this for `@OA\Info()` problem: https://zircote.github.io/swagger-php/guide/faq.html#warning-required-oa-info-not-found

Are you willing to create PR for that?

https://github.com/DarkaOnLine/SwaggerLume/releases/tag/11.0

https://github.com/DarkaOnLine/SwaggerLume/releases/tag/11.0

Yes this was removed due to path traversal vulnerability. More details here: https://github.com/DarkaOnLine/L5-Swagger/pull/630

> ok, and what is the new way of the handling? Register path to your json in config `$config['paths']['docs_json']` - https://github.com/DarkaOnLine/L5-Swagger/blob/master/src/Http/Controllers/SwaggerController.php#L46

I check you example and everything works: ![Image](https://github.com/user-attachments/assets/8c470d2f-9925-4263-b3f7-54c722a32e22) ![Image](https://github.com/user-attachments/assets/2a98492b-c23f-42b4-b69e-d5e13f1689f1) ```php