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

Error when updating to Laravel 5.4 #67

Closed lpeterke closed 6 years ago

lpeterke commented 7 years ago

It looks this package is causing errors when php artisan optimize is executed during the upgrade progress.

php artisan optimize

[Illuminate\Contracts\Container\BindingResolutionException] Unresolvable dependency resolving [Parameter #0 [ array $config ]] in class Torann\Currency\Drivers\Database

Torann commented 7 years ago

In the next two days, I'm going to be updating all of my packages

Torann commented 7 years ago

You should be all set :-)