hello-world-app-php-silex
hello-world-app-php-silex copied to clipboard
Not working
There is no directory existing of vendor so code is not loading the data.
The vendor
dir normally gets created by composer. Are you sure you ran php composer.phar install
?
try to run composer install -vvv
then only all dependency will gets installed.