How to remove a package from Laravel using composer?
问题 What is the right way to remove a package from Laravel 4? So long I\'ve tried: Remove declaration from composer.json (in \"require\" section) Remove any Class Aliases from app.php Remove any references to the package from my code :-) Run composer update Run composer dump-autoload Not working! Am I missing something? Some packages publish their configuration via \"artisan config:publish ...\". Is there a way to \"unpublish\" them? 回答1: Running the following command will remove the package from