Skip to content
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

Added Console Command package:uninstall #1516

Merged
merged 1 commit into from
Dec 14, 2017

Conversation

bloep
Copy link
Member

@bloep bloep commented Dec 13, 2017

Console Command um Package zu de-installieren

@gharlan gharlan added this to the REDAXO 5.5 milestone Dec 14, 2017
@gharlan gharlan merged commit d089b45 into redaxo:master Dec 14, 2017
$manager = rex_package_manager::factory($package);
try {
$success = $manager->uninstall();
} catch (rex_functional_exception $e) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Müssen wir diese Exception hier handeln @gharlan ? Könnte man auch durchfliegen lassen?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eigentlich nicht.

@bloep bloep deleted the command-package-uninstall branch December 14, 2017 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants