I've followed this post but it's still not working for me.
I have PHP 5.4.26 and mcrypt installed and enabled. I have given 777 permissions to the app/storage folder.
I uploaded my laravel installation (which was working inside another folder, using the built-in laravel development server) to www/laravel/
. When I visit localhost/laravel
it gives the laravel root directory listing, rather than running the application.
If I visit localhost/laravel/public
I just get a blank page.
Can anyone help me to get apache to run the public/index.php
file?