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
1 |
composer require laravel/passport |
Run migration
1 |
php artisan migrate |
We will find additional tables on the database : Run this command Read more about RESTful API Development Laravel 6.x[…]