How to install symfony using composer or symfony-installer?
First of all confirm that you have installed composer.
Install using composer.
- Open your command prompt.
- Then go to your project directory.
- Then write command to install symfony using composer.
- Command to install symfony "composer create-project symfony/framework-standard-edition my_project_name"
- Wait until symfony installs in your computer.
Install using symfony installer.
- Open your command prompt.
- Install symfony installer to install symfony setup.
- Command for symfony installation "composer global require symfony/symfony-installer"
- Go to your project directory after completion of installation of symfony installer.
- Then write command to install symfony.
- Command for symfony setup "symfony new project_name".
Your installation has been complete.
easy step for beginner
ReplyDeleteBest for beginors
ReplyDeletethanks for comment
ReplyDelete