lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API versioning

believe2013 opened this issue · comments

Is working with multiple versions of api supported?
/api/v1/users
/api/v2/users

No. But you can create a new Api Service and prefix the routes with your api version.

@believe2013 it is totally up to you to implement the routes within a service. Lucid will only provide a working skeleton but the internals and the decision on these are totally yours!

Please recommend your approach based on your solution when you have it, i am curious to know too.