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
Post a Comment