Comments: load

By adcworks 1 month ago

1 - Custom configuration settings

There is no guidance on how to manage custom configuration settings per se. I would suggest therefore to place all custom application config settings into your own file within app/config/custom.php and then adding Configure::load('custom') to the end of the app/config/core.php, just to separate out config concerns. To make this explicit/clear, Cake could bundle a custom.php config file in app/config to save the user having to find out where to put their settings perhaps.