Hi, i'm started in phalcon and a i need help to create a view.
For start the project a used "phalcon project teste".
Create a controller a used "phalcon controller takeshi"
In controller a created one action:
public function indexAction(){
}
And a create a view in: app/views/takeshi/index.phtml:
<h1>simple test</h1>
But access to url "https://localhost/p1/takeshi", dont work.
Access url "https://localhost/p1/" its work a index page from project.
what am i doing wrong?
Doc used: https://docs.phalcon.io/en/3.3/tutorial-base
Phalcon version: 3.3.2