📜  symfony 5 安装 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:15.706000             🧑  作者: Mango

代码示例3
# use the most recent LTS version
$ symfony new my_project_name --version=lts

# use the 'next' Symfony version to be released (still in development)
$ symfony new my_project_name --version=next

# you can also select an exact specific Symfony version
$ symfony new my_project_name --version=4.4

# The --full option installs all the packages that you usually need to build web applications.