Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
3 changes: 3 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down