1. Remove declaration from composer.json (in “require” section)
    1. Remove Service Provider from “app/config/app.php” (reference in “providers” array)
    1. Remove any Class Aliases from “app/config/app.php”
    1. Remove any references to the package from your code :-)
    1. Run “composer update”
    1. Manually delete the published files