I have a symfony2 project. I need to run it on my local environment using xampp. I placed the existing code in xampp but when i go to localhost/myproject
, it simple list the directories and files there.
I also installed composer
in that directory
EDIT
When I move to web
directory, it gives me following error
Warning: require_once(G:\xampp\htdocs\m\developer\web/../app/bootstrap.php.cache): failed to open stream: No such file or directory in G:\xampp\htdocs\m\developer\web\app_dev.php on line 23
Fatal error: require_once(): Failed opening required 'G:\xampp\htdocs\m\developer\web/../app/bootstrap.php.cache' (include_path='.;\xampp\php\PEAR') in G:\xampp\htdocs\m\developer\web\app_dev.php on line 23