Answer the question
In order to leave comments, you need to log in
What's wrong with the console command?
created
in folder console/controller
<?php
namespace console\controllers;
use yii\console\Controller;
class earningsController extends Controller
{
public function actionCreate()
{
return "yes"
}
}
...
- earnings
- fixture ...
namespace console\controllers;
use yii\console\Controller;
class EarningsController extends Controller
{
public function actionCreate()
{
return "yes";
}
}
- earnings
earnings/create
Unknown command: earnings/create
Did you mean "earnings/create"?
Answer the question
In order to leave comments, you need to log in
Unknown command: earnings/create
Did you mean "earnings/create"?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question