Answer the question
In order to leave comments, you need to log in
Yii2, REST: I don't understand what I'm doing wrong. Why 404?
Good time. Prompt by yii\rest
use yii\rest\ActiveController;
class CountryController extends ActiveController{
public $modelClass = 'app\models\Country';
}
'urlManager' => [
'enablePrettyUrl' => true,
'showScriptName' => false,
'rules' => [
[
'class' => 'yii\rest\UrlRule',
'controller' => 'country',
]
],
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question