File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
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.
4
4
Based on the framework agnostic packages [ neomerx/json-api] ( https://github.com/neomerx/json-api ) and
5
5
[ cloudcreativity/json-api] ( https://github.com/cloudcreativity/json-api ) .
6
6
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ $ composer require --dev "cloudcreativity/json-api-testing:^1.2|^2.0"
10
10
This package's service provider and facade will be automatically added using package discovery. You will
11
11
then need to check your API route prefix and update your Exception handler as follows...
12
12
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
+
13
16
## Route Prefixes
14
17
15
18
The default Laravel installation has an ` api ` prefix for API routes. If you want to register your JSON API
You can’t perform that action at this time.
0 commit comments