Forrest logo
back to the symfony tool

symfony:project:create

Create a new Symfony project.
$ symfony new ${name}
try on your machine

This command is used in Symfony framework to create a new Symfony application. The ${name} parameter is a placeholder for the name of the project you want to create. Once you run this command, it will create a new Symfony project with the name you provided. The new command creates a new project by downloading the standard edition of the Symfony distribution and configuring it with a basic set of bundles and configuration files. This command must be executed in the terminal/command prompt in the directory where you want to create the new Symfony project.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the symfony tool