我按老师的代码写怎么出现 404 not found
<?php
namespace app\Controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello word';
}
}
Not Found (#404)
<?php
namespace app\Controllers;
use yii\web\Controller;
class HelloController extends Controller{
public function actionIndex(){
echo 'hello word';
}
}
Not Found (#404)
2016-01-26
举报