Custom "app.php"
PermalinkI have tried moving the app.php to root/config/ but this does not seem to pick up the new file.
I want to be able to add
if (!defined('TELEPHONE')) {
Config::getOrDefine('TELEPHONE', '01234 567 890');
}
Currently I have added it the concrete app file but I know this would be overridden with an update.
Help please
Thanks Sean