File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ for all available resources.
18
18
19
19
You can also customize all screens by using React-admin components and even raw JavaScript/React code.
20
20
21
+ ## Demo
22
+
23
+ [ Click here] ( https://demo.api-platform.com/admin ) to test API Platform Admin in live.
24
+
25
+ The source code of the demo is available [ in this repository] ( https://github.com/api-platform/demo ) .
26
+
21
27
## Installation
22
28
23
29
yarn add @api-platform/admin
@@ -69,12 +75,15 @@ ReactDOM.render(<Admin />, document.getElementById('root'));
69
75
* Sends proper HTTP requests to the API and decodes them using Hydra and JSON-LD formats
70
76
* Nicely displays server-side errors (e.g. advanced validation)
71
77
* Supports real-time updates with [ Mercure] ( https://mercure.rocks )
78
+ * All the [ features provided by React-admin] ( https://marmelab.com/react-admin/Tutorial.html ) can also be used
72
79
* ** 100% customizable**
73
80
74
81
## Documentation
75
82
76
83
The documentation of API Platform Admin can be browsed [ on the official website] ( https://api-platform.com/docs/admin/ ) .
77
84
85
+ Check also the documentation of React-admin [ on their official website] ( https://marmelab.com/react-admin/Tutorial.html ) .
86
+
78
87
## Credits
79
88
80
89
Created by [ Kévin Dunglas] ( https://dunglas.fr ) . Sponsored by [ Les-Tilleuls.coop] ( https://les-tilleuls.coop ) .
You can’t perform that action at this time.
0 commit comments