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
393 stars 136 forks source link

Class name must be a valid object or a string #142

Closed MuluhGodson closed 3 years ago

MuluhGodson commented 3 years ago

This packages doesn't install completely. At the point of "Generating optimized autoload files", it stops and displays the error "Class name must be a valid object or string" Then points to the torann\currency\src\Currency.php line 280

MuluhGodson commented 3 years ago

I got it fixed by deleting the config.php file under the Bootstrap folder.