Trying to get to grips and make a very basic starter site in Zend 2. Firstly, I installed Zend 2 via Softaculous, but that has installed a very basic shell. So have left that as I am not sure this is the best thing to go with first.
Secondly, I have downloaded the Zend 2 Skeleton from Github. Extracted this on my server. However when I try to go to index.php it gives broken path error.
Where can I change the path in cPanel File Manager please? (I don't have access to command line for composer and putting path in init file doesn't work)
Fatal error: Uncaught exception 'RuntimeException' with message 'Unable to load ZF2. Run
php composer.phar install
or define a ZF2_PATH environment variable.' in /home/****/public_html/zf2-tutorial/init_autoloader.php:51 Stack trace: #0 /home/****/public_html/zf2-tutorial/public/index.php(18): require() #1 {main} thrown in /home/****/public_html/zf2-tutorial/init_autoloader.php on line 51