Laravel REST API Authentication using Passport

Laravel REST API Authentication

Do you want to know about a proper token based authentication mechanism for your RESTful APIs? If yes, then you are at the right place. In this post we will learn about Laravel REST API Authentication using Passport. We have built RESTful APIs, many time earlier, but we never discussed about proper AUTHENTICATION. And that …

Read moreLaravel REST API Authentication using Passport

Build REST API using Laravel Lumen for your Application

build rest api

Hello friends, today we will build REST API using Lumen a micro php framework by laravel. We already covered about the basics of REST Architecture in my previous post. So in this post we will not talk about the basics of REST API, and we will directly start building REST API. And after building REST …

Read moreBuild REST API using Laravel Lumen for your Application

PHP Rest API Framework SLIM to Create REST API – 2

php rest api framework slim to create rest api

In last post we were using PHP Rest API Framework SLIM to create a simple REST API for our android application. In the last post I have created the student registration and student login part. Now in this post we will complete our REST API. If you haven’t gone through the last PHP Rest API Framework Tutorial, then …

Read morePHP Rest API Framework SLIM to Create REST API – 2

PHP Restful API Framework SLIM to Create REST API – 1

php rest api framework slim to create rest api

Hello friends, today we will see how we can use PHP Restful API Framework SLIM to create a REST API for your android application. A REST API is needed to establish the communication between the app and the server. If we talk about android then we cannot use SQLite only to create our database. We need to …

Read morePHP Restful API Framework SLIM to Create REST API – 1

File Upload Progress Bar using PHP and jQuery Form Plugin

file upload progress bar

In this post we will learn how to create a File Upload Progress Bar. We also covered a tutorial about ajax file upload. But  in that tutorial we were not showing the progress of the file upload. As showing a progress bar when the file is getting uploaded to the server is an essential feature. For server …

Read moreFile Upload Progress Bar using PHP and jQuery Form Plugin