- Remove declaration from composer.json (in “require” section)
- Remove Service Provider from “app/config/app.php” (reference in “providers” array)
- Remove any Class Aliases from “app/config/app.php”
- Remove any references to the package from your code
- Run “composer update”
- Manually delete the published files
http://stackoverflow.com/questions/23126562/how-to-remove-a-package-from-laravel-using-composer
Uninstall Laravel package