WordPress is the popular CMS so basically we are creating our blog on WordPress. I am working on Laravel project and client want to use WordPress for blogging. Now, Client wants to display recent WordPress posts on Laravel sidebar. I going to share with you How to Laravel 5 get recent posts WordPress using API.

wordpress laravel 5

We are using the CURL for fetching the WordPress recent post using REST API. We are using Laravel Ixudra package for sending CURL request.