Swagger tagged posts

Install Swagger in Laravel 9

Install and Configure Laravel with Passport

First we install and configure laravel app with passport then next we install the open api l5 swagger for api documentations.

Step 1: Install Laravel App

First create a new Laravel application using the following mentioned command.

Step your database credentials in your env file.

Laravel 5 with Swagger (GET, POST, PUT, DELETE)

Swagger GET Example

Check Swagger Error

Run this command

Install Swagger in Laravel

1 step: Create Laravel 5 Project

2 step: Install Swagger Package

Or you can install specific verion

For use of @SWG annotation we are going to install the following package