Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt

Use this file to discover all available pages before exploring further.

The plugin:remove command uninstalls a NativePHP plugin.

Command

Syntax:
nativecli plugin:remove <package> [OPTIONS]

Options

—force, -f

Force uninstall even if requirements are unmet.

—keep-files

Keep plugin files on disk after uninstalling.

Example

nativecli plugin:remove vendor/package --keep-files

See Also