8
0
Fork 0
daux.io/docs/04_SDK/05_PHP/25_Methods/00_Config.md

258 B

Returns the config object that is assosicated with the current API key.

To retreive the config simply use the $cms variable:

$config = $cms->config();

You can also filter your config to a specific collection.

$team_config = $cms->config("team");