Create Swagger Configuration in Laravel

In the previous article Create Laravel Swagger API documentation. Here we will Create Swagger Configuration in Laravel. Open config/l5-swagger.php file and these configurations, you can also update the values. Now, add the below annotations in app/Http/Controller/Controller.php Now, run php artisan …

Create Laravel Swagger API

Swagger provides us tools to create documentation for our apis and shares their definitions with teams, developers or consumers. Here we will create laravel swagger API documentation. Install the laravel swagger package using the below commands If facing version issue …

Integrating Instagram Graph API in PHP or Laravel

In this article we learned Instagram Basic Display API Setup so read this article before proceed. Now we are integrating instagram graph api in php or laravel. Step 1 : Authenticate the Test User Construct the Authorization Window URL below, …

Instagram Basic Display API Setup

Sometimes we need to show our instagram photos or videos on our website. And we can do this by using the instagram graph api in php. But before using the instagram graph api we will do instagram basic display api …