difference between using symfony plugin and choosing symfony in composer project?
Hi,
I just started using PHPstorm and i noticed 2 ways to create a symfony project , the one i was recommended to use is to create it threw creating a composer project then choosing the symfony package .
But after little research, i noticed that there is a plugin that you can use to create a project .
Is there some kind of difference between the outcome of the two ways?
(I'm still new to symfony and PHPstorm so i don't know much about it, thanks)
Please sign in to leave a comment.
Could you please give a link to this plugin? The featured Symfony plugin does not allow you to create Symfony projects: https://plugins.jetbrains.com/plugin/7219-symfony-plugin
Anyways, using Composer should do just fine.