laravel-currency
laravel-currency copied to clipboard
Package not working with Laravel 6.0
Call to undefined function Torann\Currency\array_get() Call to undefined function Torann\Currency\str_contains()
This is due to removing of deprecated array helpers in Laravel 6.0 in favor of Arr/Str class methods. I'll make a pull request to adapt this changes.
Temporary solution is installing the laravel/laravel-helpers package.