1.

Is it possible to create a Symfony application using composer? Then, how?

Answer»

Yes, it’s POSSIBLE to CREATE a Symfony APPLICATION using composer. The DEVELOPER needs to RUN the following command in the console to install Symfony using composer:

Example

composer create-project symphony/framework-standard-edition my_project_name



Discussion

No Comment Found