How to install Symfony in xampp?
Hi There, Today I am going to explain about How to install symfony in xampp? To create new symfony application, php version should be 7.1 or higher. Let’s see how to install symfony using composer. Create your new project by running: copy following xampp path and go to cmd prompt. cd /Applications/XAMPP/htdocs composer create-project symfony/website-skeleton…