install symfony cli ubuntu code example
Example 1: symfony install website skeleton
# run this if you are building a traditional web application
composer create-project symfony/website-skeleton my_project_name
Example 2: create symfony project
symfony new my_project_name --full