7 - Yii2: Structuring yii2 files for production

preview_player
Показать описание
This video will teach you how to restructure your yii2 basic and advance files for production server.

Рекомендации по теме
Комментарии
Автор

Hello dear, still 4 years later your video is very useful. I ask you, haven't you had to modify the namespaces or rather the "use" declarations? when moving the directory structure, the backend alias will not be in the same place and so with the others, am I wrong? I'm asking why I tried to do the same thing you did in the video and it worked for me but when browsing the different pages it was already throwing exceptions because I couldn't find the widgets or dependencies of the forms. If you are so kind and can answer I would be grateful. Cheers!

NicoILeone
Автор

what we need to add in .htaccess (file from frontend).same below ?


RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

vinodc
Автор

did you hear about open-server.ru? its better than wamp

AlexMcOwkin