Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
392 stars 137 forks source link

How do I unistall this package? #47

Closed golinmarq closed 8 years ago

golinmarq commented 8 years ago

I'm trying to unistall this package using composer remove torann/currency but I get this error:

[RuntimeException] >
Error Output: PHP Fatal error: Class 'Torann\Currency\CurrencyServiceProvider' not found in home/myUser/WebProjects/myProject/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146

How can I clean delete this package?

azrahn commented 8 years ago

remove from composer.json run composer update