write migrations for documents

This commit is contained in:
iIronside
2021-12-23 14:13:22 +03:00
parent ac4e5d62ec
commit f3deab46cc
9 changed files with 203 additions and 8 deletions

View File

@ -75,7 +75,7 @@ return [
'components' => [
'request' => [
'csrfParam' => '_csrf-backend',
'baseUrl' => '/secure',
'baseUrl' => '', // /secure
'parsers' => [
'application/json' => 'yii\web\JsonParser',
'text/xml' => 'yii/web/XmlParser',