Hello everyone I started to work in phalcon and I got first problem I created controller called SignupController.php <?php
use Phalcon\Mvc\Controller;
class SignupController extends Controller {
public function indexAction()
{
}
}
and view for that controller
in views directory
and called it index.phtml
when I going to the link I get error 404