8000 [Docs] Remove reference to Laravel 5 (#499) · ollivr/laravel-json-api@1c02db2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c02db2

Browse files
authored
[Docs] Remove reference to Laravel 5 (cloudcreativity#499)
1 parent 2e3760c commit 1c02db2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
Add [jsonapi.org](http://jsonapi.org) compliant APIs to your Laravel 5 application.
3+
Add [jsonapi.org](http://jsonapi.org) compliant APIs to your Laravel application.
44
Based on the framework agnostic packages [neomerx/json-api](https://github.com/neomerx/json-api) and
55
[cloudcreativity/json-api](https://github.com/cloudcreativity/json-api).
66

docs/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ $ composer require --dev "cloudcreativity/json-api-testing:^1.2|^2.0"
1010
This package's service provider and facade will be automatically added using package discovery. You will
1111
then need to check your API route prefix and update your Exception handler as follows...
1212

13+
Please find a compatibility matrix between Laravel and Laravel JSON API version in
14+
[project's readme on GitHub](https://github.com/cloudcreativity/laravel-json-api#laravel-versions).
15+
1316
## Route Prefixes
1417

1518
The default Laravel installation has an `api` prefix for API routes. If you want to register your JSON API

0 commit comments

Comments
 (0)
0