Symfony-2-Eclipse-Plugin
Symfony-2-Eclipse-Plugin copied to clipboard
please allow import of symfony projects when directories are not empty
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.
As workaround create php project, next right click => configure => add symfony support
that workaround will not download symfony standard edition into the project, will it? so, well...
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 ...