Uninstall Visitors Bundle

Uninstalling with the Contao Manager

If you want to uninstall the “contao-visitors-bundle” extension, in the Contao Manager go to the “Packages” tab and click the “Remove” button to the right of the extension.

Click on “Apply changes” to start the uninstallation. The uninstallation can now take several minutes.

Once the extension has been uninstalled, you have to update the database if necessary.

Uninstalling via the command line

The remove command removes the extension from the composer.json and deletes the code from the project.

composer remove bugbuster/contao-visitors-bundle

Once the extension has been uninstalled, you have to update the database if necessary.

vendor/bin/contao-console contao:migrate