JSON Web Token (JWT) Authentication via API for Laravel & Lumen.

JWT (JSON WEB TOKEN) JSON Web Token (JWT) is an open standard that allows two parties to securely send data and information as JSON objects. This information…

Read More

How to Test Laravel API from Localhost to Android Emulator.

If you are Working with laravel API and and want to test your app in local with android emulator or your mobile Connected to your Computer, so…

Read More

How to Use Postman API Client.

This is the interface with which we will work a lot throughout this course, and which allows you to send requests to RESTful APIs, It looks a…

Read More

Postman – What is Postman, and how do I set-up the tool?

Postman is a little program, or a Chrome extension to be precise, which allows you to access RESTful APIs in a very convenient way, with a graphical…

Read More

What are Restful Services?

Restful Services provide uniform, standardized access with clear request requirements and response structure. This means that Restful services allow us to know which data they will receive…

Read More

What is API, clear the Concept.

In this article we will understand what is API. You might heard this word in web development but still most of the peoples conneot understant what is…

Read More

Refresher on RESTful Services.

Let’s have a look at the structure a RESTful service generally has, or how it works. Here we have, well, parts of a RESTful service. We’ve got…

Read More

What is a REST API?

First, you need to know what is a client-server architecture So most if not all application we use these days follow this architecture thethe app itself is…

Read More

How to Create REST API in Laravel.

API is also known as Web services. Web services is very important when you are creating web and Mobile app. You require API in mobile application development. If you…

Read More

How to Create Laravel Eloquent API Resources to convert model collections into JSON(Part 1)

Deepak KumarMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage…

Read More

Creating a OAuth 2.0 Protected REST API In Laravel

Download and install WAMP or XAMPP Server Download and install composer Open Gitbash and Set the composer composer global require “laravel/installer” Create a new Laravel Project Refer…

Read More