laravel-api-versioning
laravel-api-versioning copied to clipboard
API versioning for Laravel
Results
2
laravel-api-versioning issues
Sort by
recently updated
recently updated
newest added
Not work on api Route::resource Laravel V7
I am getting `The GET method is not supported for this route. Supported methods: HEAD.` exception message from `Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException` if I am cached my routes with `php artisan route:cache`. However...