Answer the question
In order to leave comments, you need to log in
How to access a property in the application's config?
Hello. Can you please tell me if I specify in the config.php of the application
Can I somehow get the value of 'var' in the application?
Thanks in advance to all who respond. 'sendPusle' => ['var' => 'value']
Answer the question
In order to leave comments, you need to log in
In general, there are params
in the config for this:
$config = [
// …
'params' => [
'sendPusle' => ['var' => 'value']
],
];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question