An open API service indexing awesome lists of open source software.

https://github.com/tdgroot/windesheim-api-versioning-laravel

A demo project showing how to implement API versioning in Laravel.
https://github.com/tdgroot/windesheim-api-versioning-laravel

Last synced: 20 days ago
JSON representation

A demo project showing how to implement API versioning in Laravel.

Awesome Lists containing this project

README

        

# windesheim-api-versioning-laravel

A demo project showing how to implement API versioning in Laravel.

## Routes

- /api/v1/furries
- /api/v1/furries/{id}
- /api/v2/furries
- /api/v2/furries/{id}

## Running/installing

Just run the following:
``` shell
composer install
php artisan serve
```