22
33# cloudcreativity/laravel-json-api
44
5- Build feature-rich and standards-compliant APIs in Laravel.
5+ Build feature-rich and standards-compliant APIs in Laravel.
66
77This package provides all the capabilities you need to add [ JSON API] ( http://jsonapi.org )
88compliant APIs to your application. Extensive support for the specification, including:
@@ -21,7 +21,7 @@ compliant APIs to your application. Extensive support for the specification, inc
2121- Validation of:
2222 - JSON API documents; and
2323 - Query parameters.
24-
24+
2525The following additional features are also supported:
2626
2727- Full support for Eloquent resources, with features such as:
@@ -37,11 +37,11 @@ The following additional features are also supported:
3737
3838From [ jsonapi.org] ( http://jsonapi.org )
3939
40- > If you've ever argued with your team about the way your JSON responses should be formatted, JSON API is your
40+ > If you've ever argued with your team about the way your JSON responses should be formatted, JSON API is your
4141 anti-bikeshedding weapon.
4242>
43- > By following shared conventions, you can increase productivity, take advantage of generalized tooling, and focus
44- on what matters: your application. Clients built around JSON API are able to take advantage of its features around
43+ > By following shared conventions, you can increase productivity, take advantage of generalized tooling, and focus
44+ on what matters: your application. Clients built around JSON API are able to take advantage of its features around
4545efficiently caching responses, sometimes eliminating network requests entirely.
4646
4747For full information on the spec, plus examples, see [ http://jsonapi.org ] ( http://jsonapi.org ) .
@@ -62,13 +62,13 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
6262
6363| Laravel | This Package |
6464| --- | --- |
65- | ` ^6.0 ` | ` ^1.4 ` |
66- | ` 5.8.* ` | ` ^1.0 ` |
65+ | ` ^6.0 ` | ` ^1.7 ` |
66+ | ` 5.8.* ` | ` ^1.7 ` |
6767| ` 5.7.* ` | ` ^1.0 ` |
6868| ` 5.6.* ` | ` ^1.0 ` |
6969| ` 5.5.* ` | ` ^1.0 ` |
7070
71- Make sure you consult the [ Upgrade Guide] ( http://laravel-json-api.readthedocs.io/en/latest/upgrade/ )
71+ Make sure you consult the [ Upgrade Guide] ( http://laravel-json-api.readthedocs.io/en/latest/upgrade/ )
7272when upgrading between major or pre-release versions.
7373
7474> You may notice that there are ` 2.0.0-alpha ` tags. We ** do not** recommend using these versions
@@ -90,7 +90,7 @@ Installation is via `composer`. See the documentation for complete instructions.
9090
9191## Contributing
9292
93- Contributions are absolutely welcome. Ideally submit a pull request, even more ideally with unit tests.
93+ Contributions are absolutely welcome. Ideally submit a pull request, even more ideally with unit tests.
9494Please note the following:
9595
9696- ** Bug Fixes** - submit a pull request against the ` master ` branch.
0 commit comments