logo laravel

RESTful API Development Laravel 6.x

In this tutorial, we will create a simple RESTFUL API using Laravel Version 6. I assume you already familiar with create a new Laravel project and connect to the database. Afterwards, follow these steps together : Install Laravel Passport

Run migration

We will find additional tables on the database : Run this command Read more about RESTful API Development Laravel 6.x[…]