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

How to install Vokuro without Composer?

What and where should I put if I want to run Vokuro https://github.com/phalcon/vokuro without using Composer?

Swiftmailer or something else?

If I download that, where should I put Swiftmailer directory after unpacking?

Do I need to set something in some file after that?



98.9k
Accepted
answer
edited Jul '14

You need composer to install the dependencies listed here: https://github.com/phalcon/vokuro/blob/master/composer.json#L5

Composer will create the vendor/autoload.php file which would be hard of being recreated manually. https://github.com/phalcon/vokuro/blob/master/app/config/loader.php#L17