@@ -33,13 +33,7 @@ The following additional features are also supported:
33
33
- Support multiple media-types within your API.
34
34
- Generators for all the classes you need to add a resource to your API.
35
35
36
- Installation instructions and documentation are available on
37
- [ Read the Docs] ( http://laravel-json-api.readthedocs.io/en/latest/ ) .
38
-
39
- > Credit where credit is due: this package is based on the framework agnostic package
40
- [ neomerx/json-api] ( https://github.com/neomerx/json-api ) .
41
-
42
- ## What is JSON API?
36
+ ### What is JSON API?
43
37
44
38
From [ jsonapi.org] ( http://jsonapi.org )
45
39
@@ -52,6 +46,13 @@ efficiently caching responses, sometimes eliminating network requests entirely.
52
46
53
47
For full information on the spec, plus examples, see [ http://jsonapi.org ] ( http://jsonapi.org ) .
54
48
49
+ ## Tutorial and Documentation
50
+
51
+ Want a tutorial to get started? Read the
52
+ [ Laravel tutorial on the * How to JSON: API * website.] ( (https://howtojsonapi.com/laravel.html) )
53
+ Full package documentation is available on
54
+ [ Read the Docs] ( http://laravel-json-api.readthedocs.io/en/latest/ ) .
55
+
55
56
## Demo
56
57
57
58
A demo application is available at [ here] ( https://github.com/cloudcreativity/demo-laravel-json-api ) .
@@ -75,10 +76,6 @@ Currently we have not integrated the package with Lumen. We do not have any acti
75
76
so if you do and can help, please let us know on
76
77
[ this issue] ( https://github.com/cloudcreativity/laravel-json-api/issues/61 ) .
77
78
78
- ## Documentation
79
-
80
- Documentation is available on [ Read the Docs] ( http://laravel-json-api.readthedocs.io/en/latest/ ) .
81
-
82
79
## License
83
80
84
81
Apache License (Version 2.0). Please see [ License File] ( LICENSE ) for more information.
0 commit comments