Symfony-2-Eclipse-Plugin icon indicating copy to clipboard operation
Symfony-2-Eclipse-Plugin copied to clipboard

please allow import of symfony projects when directories are not empty

Open webczat opened this issue 9 years ago • 3 comments

Please allow creating a new symfony projects on non empty directories as well as allow creating projects outside of a workspace! The lack of those makes it hard to actually create those projects in case of previously created or cloned git repositories even if they are empty.

webczat avatar Jun 08 '16 19:06 webczat

As workaround create php project, next right click => configure => add symfony support

zulus avatar Jun 08 '16 19:06 zulus

that workaround will not download symfony standard edition into the project, will it? so, well...

webczat avatar Jun 08 '16 21:06 webczat

Current symfony project installer use composer, if you run: composer create-project symfony/framework-standard-edition non_empty_project you will receive Project directory ./ is not empty.

Also official installer will not work: symfony new not_empty_dir you will receive There is already a 'not_empty_dir' project in this directory ...

zulus avatar Jun 08 '16 21:06 zulus