-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Aimon Islam edited this page Sep 15, 2023
·
1 revision
composer require wowpack/laravel-currency
Add service provider into the config/app.php
Wowpack\LaravelCurrency\Providers\CurrencyServiceProvider::class
Publish configurations and migrations
php artisan vendor:publish --provider="Wowpack\LaravelCurrency\Providers\CurrencyServiceProvider" --force