-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixtures не загружаются #2
Comments
|
'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=yii2basic', 'username' => 'root', 'password' => '', 'charset' => 'utf8', ]; |
У меня тоже не сработали. Пришлось сначала грузить Tag, а уже после этого смогу прогрузиться ProductTag |
not php yii fixture/load '*' --namespace='app\fixtures' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
В Windows надо убрать кавычки в команде - и вокруг звёздочки и вокруг пути
php yii fixture/load * --namespace=app\fixtures
P.S. Используется OpenServer и PHP7
The text was updated successfully, but these errors were encountered: