Tag: api

  • Build API for Twitter like app using GraphQL in Laravel

    Build API for Twitter like app using GraphQL in Laravel

    Recently I have been working on something very amazing for API development, everyone has been using REST to access API, but now things are changing, in the front-end heavy world where things are consistently growing and new features added every week a fixed REST API is not very good option anymore, so what we need…

  • Build complete RSS feed reader app – PHP RSS to JSON API

    Build complete RSS feed reader app – PHP RSS to JSON API

    Hello again! in this 3 parts post series I am going to show you how to build a complete RSS feed reader app using Vue.js and Vuex in which you can add channels, favorite posts, search and more and for backend we will use a PHP API which will get and cache the feed for a day…

  • Create REST API with authentication using Laravel Passport

    Create REST API with authentication using Laravel Passport

    In this post, we are going to dig into REST API building using Laravel 5.4 and Passport OAuth2 server provided by laravel. This is the next part of my post Advance interactive database seeding in Laravel post, we left off at migration and seeding of the database. Let’s build the API which will be consumed by our vue.js…