I find it bizarre that there is very little (if any) detail on considerations for deploying a Yii2 application on a shared host server.
Does anyone have any steps, tips, considerations for this?
Is there any process that minimizes problems / errors?
How is the database transferred (with data)? I suppose I can do database export / import, copy the Yii application folder directly, but does that seem too simplistic?
source
share