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

Add new adminlte:remove command #1299

Merged
merged 6 commits into from
Aug 4, 2024

Conversation

dfsmania
Copy link
Collaborator

@dfsmania dfsmania commented Aug 3, 2024

Question Answer
Pull request type ENHANCEMENT
License MIT

What's in this PR?

Add a new adminlte:remove command to allow uninstalling already published package resources.

> php artisan adminlte:remove --help

Description:
  Uninstalls one or more specified resources

Usage:
  adminlte:remove [options] [--] <resource>...

Arguments:
  resource              The resource to uninstall: assets, config, translations, auth_views, auth_routes, main_views or components

Options:
      --force           To force the uninstall procedure without warnings alerts
      --interactive     To allow the uninstall process guide you through it
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
      --env[=ENV]       The environment the command should run under
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Checklist

  • I tested these changes.
  • Add documentation on Wiki

@dfsmania dfsmania marked this pull request as draft August 3, 2024 16:54
@dfsmania dfsmania marked this pull request as ready for review August 4, 2024 14:42
@dfsmania dfsmania merged commit b254870 into jeroennoten:master Aug 4, 2024
34 checks passed
@dfsmania dfsmania deleted the add_adminlte_remove_cmd branch August 4, 2024 14:58
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.

2 participants