'urlManager' => [
'enablePrettyUrl' => true,
'showScriptName' => false,
],
$config = [
'id' => 'basic',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'defaultRoute' => 'pay/index',
'language' => 'ru',
'timeZone' => 'Europe/Moscow',
'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'KzCeVvXR6KTIoGRjQ-gg80LgyZg23Eer',
'baseUrl' => ''
],
...