Answer the question
In order to leave comments, you need to log in
Custom parameters for module in yii2?
Is it possible to add custom parameters (module settings) when connecting a module in yii2? Something in the format
'modules' => [
...
'mymodule' => [
'class' => common\modules\mymodule\MyModule::class,
'custom1' => [
'foo' => 'bar',
]
'custom2' => 'foofoobar'
],
],
Answer the question
In order to leave comments, you need to log in
Is it possible to add custom parameters (module settings) when connecting a module in yii2? Something in the format
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question