Having trouble mapping Laravel public folder with a vhost on MAMP – Apache
I've got a Laravel project called "test" running on MAMP on my mac. I've uncommented the vhosts include line in httpd.conf and included this below in the vhosts file: <VirtualHost *:80> DocumentRoot "/Applications/MAMP/htdocs" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "/Applications/MAMP/htdocs/test/public"…