Symfony veritabanı kurulum: komutu "symfony"

0 Cevap php

Bunu yapmak için çalışıyorum:

c:\> php symfony configure:database "mysql:host=localhost;dbname=jobeet" root mYsEcret

Diyor, çünkü bu benim için çalışmıyor

Could not open input file

Ben Symfony-file C bulunan eklemek için gerekli düşünce: \ dev \ sfprojects \ jobeet \ \ satıcı \ Symfony \ data \ bin PATH \, ama bu hile yapmadım lib. Ben şöyle symfony-dosyaya tam yolunu girmeye çalıştı:

c:\> php C:\dev\sfprojects\jobeet\lib\vendor\symfony\data\bin\symfony\ configure:database "mysql:host=localhost;dbname=jobeet" root mYsEcret

Ben hata almak Task configure:database not defined

Ben için ne yapmalıyım:

  1. Be able to use the symfony keyword rather than the whole path of the file
  2. Veritabanı: configure çalıştırmak mümkün olabilir mi?

Zaman ayırdığınız için teşekkür ederiz.

Kind regards, Marius

0 Cevap