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.
A well-designed api must have BC between minor versions, so you do not need to create new version for minor update, instead you need to write compatible code.