C:\xampp2\apache\conf\extra\httpd-vhosts.conf
add the following code at the bottom of this file:<VirtualHost *:80> DocumentRoot "C:/xampp2/htdocs/laravel_project_name" ServerName dummy.example </VirtualHost>
C:\Windows\System32\drivers\etc\hosts
and add the following code at the bottom of the file:127.0.0.1 dummy.example
Labels: Laravel, Web development