L5-Swagger
L5-Swagger copied to clipboard
OpenApi or Swagger integration to Laravel
- L5-Swagger Version: 8.3.0 (`composer show | grep l5-swagger`) - PHP Version (`php -v`): 8.0 - OS: ubuntu - Laravel Codepipeline and Elasticbeanstalk ### Description: Errors: Fetch error response status...
Hello. Is it possible for a team to generate only a part of the documentation, according to some criteria, for example, the presence of a certain tag in annotations? For...
- L5-Swagger Version: 8.0 - PHP Version: 8.0 - OS: Ubuntu ### Description: Locally works. After installing on server got: Uncaught SyntaxError: Unexpected token '
- L5-Swagger Version: 8.3.2 - PHP Version: 8.0.16 - OS: Linux ### Description: Getting blank screen and below mentioned errors in console. I followed the installation and configuration instructions and...
- L5-Swagger Version: #.#.# (`composer show | grep l5-swagger`) : 8.0 - PHP Version (`php -v`): 7.4.21 - OS: Windows 10 - Laravel Version : 8.0 - Laravel/Passport : 10.1...
/** * @OA\Post( * path="/beneficiary", * operationId="storeBeneficiary", * tags={"Beneficiary"}, * summary="Store new Beneficiary", * description="Returns Beneficiary data", * security={{"bearerAuth":{}}}, * @OA\RequestBody( * @OA\MediaType( * mediaType="multipart/form-data", * @OA\Schema( * ref="#/components/schemas/StoreBeneficiaryRequest", *...
- L5-Swagger Version: ^8.0 - PHP Version (`php -v`): 7.3 - OS: debian ### Description: I have different paths for apis exa, http://host/test/data/{route} http://host/v1/m1/data/{route} How can I use two path...
- L5-Swagger Version: 8.3.2 - PHP Version: 8.1.2 - OS: macOS ### Description: Upgraded from Laravel 8 to 9 and I received this message on swagger docs. And if I...
Regenerating docs default ErrorException Required @OA\Info() not found at vendor/zircote/swagger-php/src/Loggers/DefaultLogger.php:31 27▕ } else { 28▕ $error_level = E_USER_WARNING; 29▕ } 30▕ ➜ 31▕ trigger_error($message, $error_level); 32▕ } 33▕ } 34▕...