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 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.
44Based 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
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"
1010This package's service provider and facade will be automatically added using package discovery. You will
1111then 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
1518The 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