api-generator
api-generator copied to clipboard
add version (v1) to api path
It would be nice to auto create version in api path (/api/v1/$model).
@kolydart thanks for Pull Request.
But this thing then needs to be done in a Route::group and/or added to routes/api.php file. It wouldn't work the way you're suggesting here, it's not flexible.
ok. no problem. regards