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
390 stars 137 forks source link

Update console commands to use handle instead of fire #80

Closed rosswilson252 closed 6 years ago

rosswilson252 commented 7 years ago

Due to a recent update for Laravel 5.5 the fire() method will no longer work for console commands.

handle() now seems to be the only method that can be used.

This should still work for Laravel 5.0+.

Torann commented 6 years ago

This breaks backward compatibility. Releasing a fix now