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

How to fetch all currency list inside currency table? #30

Closed TomasNiDo closed 9 years ago

TomasNiDo commented 9 years ago

I tried to fetch all currency using Currency::all() but I found out all() is an undefined method. Any idea how can I fetch all data inside the currency table?

TomasNiDo commented 9 years ago

sorry, nevermind this. just came up with a solution.