Creating new projects
1 - Open Terminal and possition to desired directory -> cd ../../Applications/XAMPP/htdocs 2- Terminal -> symfony new my_project_name 3- Run the project Terminal -> php bin/console server:run or composer server:start