skip to Main Content

Implement multiple currencies converter in Laravel

I'm trying to implement currency converter in laravel using torann/currency package https://lyften.com/projects/laravel-currency/doc/ installed this package composer require torann/currency publish the package php artisan vendor:publish --provider="TorannCurrencyCurrencyServiceProvider" --tag=config php artisan vendor:publish --provider="TorannCurrencyCurrencyServiceProvider" --tag=migrations then run migration php artisan migrate i have to…

VIEW QUESTION
Back To Top
Search