PokemonGo-Farm
PokemonGo-Farm copied to clipboard
Issue in index.php installing
Line 3: require_once DIR.'/../vendor/autoload.php';
File not found.
What am i doing wrong or missing here ? This is strange.
Hi !
Did you run the commands composer install
and bower install
?
It's look like you didn't install all the components that the web app need.
how do i run it on a shared web server (hostgator).. so without without VPS ? Should I install node.js on the shared server?
@EJ207 It's very rare for shared hosts to allow installs of things such as composer and such... You'd need ssh access to the server, which isn't going to happen on shared servers in most cases.