SETUP:
- Install xampp and composer
- Edit windows hosts file at C:/Windows/System32/drivers/etc/hosts and add following lines
127.0.0.1 localhost 127.0.0.1 PROJECT_NAME.test
- Edit virtual hosts file at C:/xampp/apache/conf/extra/httpd-vhosts.conf
<VirtualHost *:80> DocumentRoot "C:/xampp/htdocs" ServerName localhost
<VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/PROJECT_NAME/public" ServerName PROJECT_NAME.test
- Start XAMPP run apache and mysql and import database file in phpMyAdmin.