How to create virtual local host setup in Laravel
In this tutorial I’m going to describe how to set up virtual host in Laravel. Please follow this Tutorial and you able to create successfully virtual host in Laravel 1. Go to C drive and Go to this Directory-> C:\xampp\apache\conf\extra and open httpd-vhosts name of folder Open this folder -> httpd-vhosts 2nd Step Copy Below Code 👇 <VirtualHost *:80> … Read more