I am trying to run Yii2 advanced application and getting error,
Asked
Active
Viewed 214 times
0
-
Hello and welcome, do you have yii2 debug module in your composer.json file? – Damian Dziaduch Jul 19 '19 at 05:51
-
YES "require-dev": { "yiisoft/yii2-debug": "~2.0", "yiisoft/yii2-gii": "~2.0", "yiisoft/yii2-faker": "~2.0.0", "codeception/base": "^2.2.3", "codeception/verify": "~0.3.1" }, – usman Jul 19 '19 at 05:56
-
Do you have up to date composer.lock file? From the screen shot I can see that you have some trouble while doing composer update – Damian Dziaduch Jul 19 '19 at 05:57
-
composer.lock file is not up to date – usman Jul 19 '19 at 06:02
-
I am trying but give me error – usman Jul 19 '19 at 06:03
-
Yeap because you have issues which you need to fix, just read the errors :) – Damian Dziaduch Jul 19 '19 at 06:05