Laravel on wamp -


i've set wamp , laravel composer, , virtualhosts too. whenever go project folder 'localhost/project/', or vhost 'project.dev', see file directory of laravel project. yet if go 'project.dev/public' or 'project.dev/server.php' works. doing wrong?

you need set documentroot (in vhosts file) c:\location\of\laravel\public instead of c:\location\of\laravel\


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -