I am new to Laravel (4 and 5) and recently I am working on a RESTful API.
In order to allow multiple version of the API, I am using URL to determine the version.
I created a simple Laravel package to support Laravel API versioning
it adds fallback functionality to routes.
I personally needed this long ago but didn't realize it will be achieved with such a tiny package.