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

Symfony \ Component \ Debug \ Exception \ FatalErrorException Using $this when not in object context #26

Closed bjornetzold closed 8 years ago

bjornetzold commented 9 years ago

screen shot 2014-12-01 at 11 59 45

I get this error message, after the installation

Torann commented 8 years ago

Laravel Currency only supports PHP 5.4 and above with the new version 0.2 only supporting PHP 5.5.9 and above. This has been fixed in the composer.json file to warn users that try to install it on a system that can't support it.