We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Vokuro Demo is currently NOT working with the latest stable version 1.2.6

Vokuro Demo is currently not working with the latest stable version 1.2.6.

Warning: require_once(C:\xampp\htdocs\vokuro\app\config/../../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\vokuro\app\config\loader.php on line 17 Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\vokuro\app\config/../../vendor/autoload.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\vokuro\app\config\loader.php on line 17

Could someone to help fix it?



98.9k
Accepted
answer

You need to install Vokuro dependencies via composer as is mentioned in the README: https://github.com/phalcon/vokuro#installing-dependencies-via-composer

It works! Thank you for your quick reply. I am really appreciated!