Stefano D. Mtangoo
Stefano D. Mtangoo
> I think this really boils down to a personal preference. I'd leave the template as it is In this case we should put a note to the documentation on...
Let us continue discussion if any on https://github.com/yiisoft/yii2-app-advanced/pull/557
Aye! @machour I do not even get how I missed such a basic thing :) I will update it soon
Is there a plan for this to happen?
@tanmay20 did you solve that?
What happens if you remove Bootstrap5 extension from composer.json?
> then it works. But I need the `yii2-symfonymailer`! What happens if you change version of mailer from `~2.0.3` to `~3.0.0`?
> Exception 'yii\di\NotInstantiableException' with message 'Failed to instantiate component or class "yii\gii\Module".' Can you check if Gii module is defined in the console config?
> I'm using https://github.com/yiisoft/yii2-app-basic out of the box - Nothing modified in configs. I thought this was problem only in docker which is not set in my machine. I will...
Hi, Please remove `vendor` directory and `composer.lock` Change apidoc version to `3.0.6` i.e. `"yiisoft/yii2-apidoc": "~3.0.6"` Run `composer install` when completed then run `./vendor/bin/apidoc help` Then let me know if you...