I have a problem with yii2 rest. I follow http://budiirawan.com/setup-restful-api-yii2/ to begin. Now, I want add new extra action to countrycontroller that return "Hello World". I have add extraPatterns to my api config according to this two links ;
http://stackoverflow.com/questions/25701247/yii2-restful-api-example-to-add-a-new-action and http://stackoverflow.com/questions/25522462/yii2-rest-query
I can't comment there to ask this problem.
When I want test HelloWorld action, there is problem "404 : Object not found". Would anyone likes to explain me about how should I config my new action?