We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1cbd3 commit a16bdd6Copy full SHA for a16bdd6
README.md
@@ -4,6 +4,12 @@
4
5
A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.
6
7
+## Important!!
8
+
9
+CodeIgniter 4 includes REST support out of the box and therefore does not require the RestServer.
10
11
+See the documentation here: [RESTful Resource Handling](https://codeigniter4.github.io/userguide/incoming/restful.html)
12
13
## Requirements
14
15
- PHP 7.2 or greater
0 commit comments