Definition of API API which stands for Application Programming Interface, in short is just a glorified data access layer. It also enables two software components to communicate with each other using a set of protocols. […]
This is my personal blog page to posts my progress updates
Category: PHP
Building a Laravel API: Registration & Login
In this tutorial, we’ll walk through setting up basic user registration and login functionality in a Laravel API. This assumes you’re already familiar with Laravel’s basics and have set up your project. User Registration To […]