You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
Well, I guess you are right although with composer installation this should always be correct. And at the same time with composer it's not necessary since Yii 2 is making alias @bizley/podium automatically.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Здравствуйте. Форкнул модуль, решил разобраться в некоторых нюансах. Нашел небольшое безобразие в Podium::init()
Строку
$this->setAliases(['@podium' => '@vendor/bizley/podium/src']);
Заменил на
$this->setAliases(['@podium' => dirname(__DIR__) . '/src']);
В противном случае возникает ошибка, если копия модуля находится в другой директории.
The text was updated successfully, but these errors were encountered: