What do you get at localhost/htdocs/laravel/public/example
Generally public is the only folder that should be accessible over the web and everything else should be above htdocs
I usually work with vhosts and my directory structure is as follows
c:\vhosts\site1\public c:\vhosts\site1\app...
I then point the vhost to c:\vhosts\site1\public
This works, thank you!
Do you now about some gentle introduction to Laravel 5.1? I'm using two video tutorials (Laracasts and a german one), but they appear to be based on Laravel 5.0 and there are quite a few differences...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community