Closed semprul57 closed 5 years ago
Hi there,
Not sure if this is actually something on our side. Few questions:
Yes, the tenant are worked properly if i delete the file / remove the file extension.
this is my global.php config:
<?php
define( 'SITE_TITLE', "JATIM TIMES" );
define( 'GOOGLE_ANALYTICS', "{my analytics code}" );
?>
A configuration file needs to return an array. You can still do so here to define those constants. Please know that the env Helper will return null when the config cache is used.
Yes, it's my fault for being not careful. I closed this issue when realized to return an array in config.
Description
When i try to create config file for specific tenants named global.php under folder
storage/app/tenancy/tenants/{uuid}/config/
, i got error that show the filename not loaded properly. it's only loaded as "global." and got errorInvalid argument supplied for foreach()
when try to call Arr::dot() function.is this a bug? and how should i resolve this?
Information
tenancy.php config
webserver.php config