Answer the question
In order to leave comments, you need to log in
How to properly deploy a project on hosting?
The host address is entered in main-local:
<?php
return [
'components' => [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=mysql.hostinger.ru;dbname=u470880980_1',
'username' => 'u470880980_1',
'password' => 'указан паролль',
'charset' => 'utf8',
],
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@common/mail',
// send all mails to a file by default. You have to set
// 'useFileTransport' to false and configure a transport
// for the mailer to send real emails.
'useFileTransport' => true,
],
],
];
Answer the question
In order to leave comments, you need to log in
It looks like you don't have any dependencies installed.
Runcomposer install --no-scripts
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question