nettoweb / laravel-cms-currency
💱 nettoweb: currency support for content management system
v2.0
2025-05-23 03:12 UTC
Requires
- guzzlehttp/guzzle: ^7.8
- nettoweb/laravel-cms: ^2
This package is not auto-updated.
Last update: 2025-05-23 03:28:45 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 --tag=nettoweb-laravel-cms-currency
Licensing
This project is licensed under MIT license.