Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to Create Virtual Host for Laravel Project on Xampp in Windows 10.

There are Two Changes is to done to Create Virtual Host for Laravel Project on Xappp in Windows 10. Just Follow the below Steps :-

Step 1 :- Go to xampp\apache\conf\extra and open httpd-vhosts.conf file. See the Below Image :-

Step 2 :- Just Copy and Paste the Below Code but and write your project directory url and remember that, if your Laravel Project is Running on public folder then use public after your project name in DocumentRoot.

Step 3 :- Now, go to C:\Windows\System32\drivers\etc and open hosts file. See the Below Image :-

Step 4 :- Now Open and edit hosts file and write your url of project where mine, as seen in below image :-

Thats All.