我尝试安装yii扩展名http://www.yiiframework.com/extension/yii-user/并尝试插入命令'yiic migrate --migrationPath = user.migrations'.如何正确地工作而不是:
C:\xampp\htdocs\eshops\protected>..\framework\yiic migrate --migrationPath=modules.user.migrations
Error: The migration directory does not exist: modules.user.migrations
C:\xampp\htdocs\eshops\protected>cd ..
C:\xampp\htdocs\eshops>framework\yiic migrate --migrationPath=protected.modules.user.migrations
Error: The migration directory does not exist: protected.modules.user.migrations
C:\xampp\htdocs\eshops>cd protected
C:\xampp\htdocs\eshops\protected>..\framework\yiic migrate --migrationPath=user.migrations
Error: The migration directory does not exist: user.migrations
Run Code Online (Sandbox Code Playgroud)
我有XAMPP和Windows 7.
谢谢