I have some problem in phalcon module skeleton.
In the file index.php has the code below, but there is not this folder in the project.
require_once APPLICATION_PATH . "/../vendor/autoload.php";
I get this error.
PHP Fatal error: require_once(): Failed opening required '/home/fabricio/Public/project/application/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/fabricio/Public/project/public/index.php on line 11