What is the correct way to remove a package from Laravel using composer? So far I\'ve tried:
composer.json
You can remove any package by typing following command in terminal, and just remove the providers and alias you provided at the time of installing the package and update the composer
composer remove composer update