Start XAMPP Apache Open directory with the project Install dependencies from composer.json php composer.phar install Start php server (in subfolder where index.php file is located - probably /public) php -S localhost:8080 Enjoy 🙃