WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
164 stars 73 forks source link

vendor/ dir missing #8

Closed jenkin closed 9 years ago

jenkin commented 9 years ago

In repo and in the zip archive there is no vendor/ directory, listed in the "What's included" section of the README. After installation the application seems to be broken, beacause it cannot find the vendor/autoload.php file.

Warning: require(../vendor/autoload.php): failed to open stream: No such file or directory in /[path]/public/index.php on line 5

Fatal error: require(): Failed opening required '../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /[path]/public/index.php on line 5

jenkin commented 9 years ago

Ops! "If, however, you are cloning from GitHub, you must run composer install to get the latest changes as new dependencies are being added all the time and the vendor directory is no longer in version control." But how can I "run composer install"?

jenkin commented 9 years ago

Nevermind, I found what composer is: https://getcomposer.org/ :)