nettoweb/laravel-cms-currency

Currency support for Nettoweb content management system

v1.0.3 2024-04-11 03:36 UTC

This package is not auto-updated.

Last update: 2024-05-23 04:07:51 UTC


README

This software provides currency support for nettoweb CMS, including exchange rates calculator.

Installation

Change to your Laravel project directory and run:

composer require nettoweb/laravel-cms-currency

Apply database migrations:

php artisan migrate

Publish assets:

php artisan vendor:publish --provider="Netto\Cms\CurrencyServiceProvider"

Licensing

This project is licensed under MIT license.