Skip to content

[Command] added bundle:delete command #1309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[Command] added bundle:delete command #1309

wants to merge 1 commit into from

Conversation

dlsniper
Copy link
Contributor

Hi,

I've added the bundle:delete command to help delete a bundle from command line.
It doesn't do any validation and it assumes that you are using it with the directory structure of symfony-standard as it will also remove the line from the AppKernel.php file.
It won't remove any routing for it but this can be changed.
Let me know how should I enhance this.

Thanks.

@stof
Copy link
Member

stof commented Jun 13, 2011

This command is not needed IMO as you cannot remove all places where it is used (what about other bundles needing refactoring because they rely on this one ?) . Removing a bundle cannot be an automated task as a bundle is likely to be integrated with the other part of the app.

@fabpot
Copy link
Member

fabpot commented Jun 14, 2011

@stof is right. That's not something I want in the core. It will never be robust enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants