your laravel.conf apache vhost config file should point to the public directory of your laravel project as it's document root.
Feb 18, 2015
3
Level 1
Index page is not coming / showing
I am using Ubuntu 14.04LTS. Here is what i have done till now:
- I have installed composer using curl,
- move this composer.phar file to usr/local/bin directory
- Created project laravel in my root folder i.e. var/www/html
- Change the permission of app/storage folder.
- Created the file name as laravel.conf like 000-default.conf in etc/apache2/site-avaliable directory.
- edit that laravel.conf file from terminal and save that file.
- disable 000-default.conf file and enable laravel.conf file.
- restarted the apache2 service.
Here is my problem: now i am trying to run it from my localhost but it does not show index.php page of my project laravel.
Any help to sort this, will be highly appreciated.
Please or to participate in this conversation.