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