Tutorial
18 min read
Premium
Laravel API Versioning: All You Need To Know About V1/V2
Have you ever used an external API and specified its version? For example, have you noticed the "/v1/" in the URL of "https://api.openai.com/v1/models"? In this tutorial, I will explain how to use similar versioning for our own APIs we create with Laravel.