Yii 2.0 migration ReflectionException message 'Class yii\gii\Module does not exist' from git project -
I'm trying to execute a migration script, though I'm getting this exception:
' Exception' ReflectionException 'with the message' class yii \ gii \ Module does not exist ' .php: 408 For example I have the latest version of Yii. I've been here for some time, but not me Know how to move from here I have cloned this project with GIT ..
./Yii Migrate / Test
Is loaded through GIT. Some of the vendor files have been ignored by GIT (.gitignore).
I have run the follwing command:
Composer install it solved the whole problem.
Comments
Post a Comment