How to make a Laravel app that has an API and authentication
In this post, I will show you how to create a simple Laravel app that exposes a RESTful API and uses Laravel Sanctum for authentication. Here are the steps: Then,…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
In this post, I will show you how to create a simple Laravel app that exposes a RESTful API and uses Laravel Sanctum for authentication. Here are the steps: Then,…