Problem with public folder in laravel
I have a LAMP stack on Ubuntu.
I have Laravel 4 correctly installed on var/www folder
In the 000-default.conf file i have the DocumentRoot set to var/www/public
Everything works when i try to access my site i get the front page. But the assets in the public folder are not loarde i get 404.
So my questio is i'm missing some configuration? It's because only the public folder of Laravel is included in the DocumentRoot?
Log In to Comment