Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

4xjbh's avatar
Level 4

codeanywhere.com

I wanted to try codeanywhere.com as a online code environment and setting up a new Laravel project was easy enough. When I destroyed that and cloned in my project from bitbucket and did the usual things I do on my local linux box (composer install, config mssql etc) and all I am getting when I browse is the project folder list in the browser rather than executing my "/' route...

What would be causing this on my side of the box?

Thanks in advance, James

Laravel 5.1.31 Ubuntu. Noob in the house.

0 likes
1 reply
aurawindsurfing's avatar
Level 50

Hey @4xjbh I know this is super old question and you need no help here but I just discovered codeanywhere.com and know what your problemo was ;-)

After creating a container you need to re edit your apache config and restart it.

sudo nano /etc/apache2/sites-available/000-default.conf
change line: DocumentRoot /home/cabox/workspace/ to DocumentRoot /home/cabox/workspace/laracasts_test/public

;-)

1 like

Please or to participate in this conversation.