Hello,
In the chapter 2 of the book "Web Application Development with Yii 2 and PHP", there is command
$ ./yii migrate/create init_customer_table
to migrate. I have applied this command but it does not work. Rather it shows the error:
bash: ./yii: No such file or directory
I have tried to use the command
yii migrate
it gives me the error:
No command 'yii' found, did you mean:
Command 'yi' from package 'yi' (universe)
Command 'yri' from package 'yard' (universe)
Command 'ii' from package 'ii' (universe)
yii: command not found
Can you tell me where I am doing wrong. I am using ubuntu 14.04.
Thanks in advance.