Skip to content

Getting Started

Aimon Islam edited this page Sep 15, 2023 · 1 revision

Welcome to the Laravel-currency documentation!

Installation Guide

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
Clone this wiki locally