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 2981587 commit 9b221cdCopy full SHA for 9b221cd
README.md
@@ -65,7 +65,7 @@ These are all the configuration options and their default value between brackets
65
- "password": Password of the user connecting to the database (no default)
66
- "database": Database the connecting is made to (no default)
67
- "middlewares": List of middlewares to load ("cors")
68
-- "controllers": List of controllers to load ("records,columns,cache,openapi")
+- "controllers": List of controllers to load ("records,openapi")
69
- "openApiBase": OpenAPI info ("{"info":{"title":"PHP-CRUD-API","version":"1.0.0"}}")
70
- "cacheType": "TempFile" (default), "Redis", "Memcache", "Memcached" or "NoCache"
71
- "cachePath": Path/address of the cache (defaults to system's "temp" directory)
0 commit comments