11/07
2016
Wallogit.com
2017 © Pedro Peláez
Small Api for currency converting jobs in Laravel 5, (*1)
composer require senemoglu/currency:dev-master
Senemoglu\Currency\CurrencyServiceProvider::class,
'Currency' => Senemoglu\Currency\Facades\Converter::class,
Example, (*2)
Currency::convert('USD', 'TRY', 20);
Example, (*3)
@currency(USD => TRY, 20)
I have been working about this since 3 hours. Any advice you give, im open., (*4)