API versioning using Laravel’s Resources
Maintaining API versioning can be difficult. Specially if you have core changes.
I’m not gonna cover the heavy API change, when also the database and core models are changed, but the ones that make a change so significant that the…