diff --git a/docs/index.md b/docs/index.md index 75b068f7..ea139dc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Introduction -Add [jsonapi.org](http://jsonapi.org) compliant APIs to your Laravel 5 application. +Add [jsonapi.org](http://jsonapi.org) compliant APIs to your Laravel application. Based on the framework agnostic packages [neomerx/json-api](https://github.com/neomerx/json-api) and [cloudcreativity/json-api](https://github.com/cloudcreativity/json-api). diff --git a/docs/installation.md b/docs/installation.md index 061b1407..10a35b29 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,6 +10,9 @@ $ composer require --dev "cloudcreativity/json-api-testing:^1.2|^2.0" This package's service provider and facade will be automatically added using package discovery. You will then need to check your API route prefix and update your Exception handler as follows... +Please find a compatibility matrix between Laravel and Laravel JSON API version in +[project's readme on GitHub](https://github.com/cloudcreativity/laravel-json-api#laravel-versions). + ## Route Prefixes The default Laravel installation has an `api` prefix for API routes. If you want to register your JSON API