wilded
6/20/2017 - 11:33 AM

Creating new projects

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