How to build Basic API in Laravel 8 using Insomnia
Laravel supports API routes out of the box and we can create a basic API with a couple of commands. In this article, we are going to create a Products API. Let's begin.
Table of contents
Create new Laravel project
Set up database credentials
Configu...
codewithluis.hashnode.dev7 min read