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

Arr:exist only for >5.1 #52

Closed umbertix closed 7 years ago

umbertix commented 7 years ago

On Laravel 5.1 the method exist for the class Arr does not exist. It is has. So this library is not compatible with Laravel 5.1 for this reason. I'll set a PR for a fix.

Torann commented 7 years ago

Merged in fix