PHP code example of vormia-folks / atu-multi-currency

1. Go to this page and download the library: Download vormia-folks/atu-multi-currency library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

vormia-folks / atu-multi-currency example snippets

sh
php artisan atumulticurrency:install
sh
php artisan migrate
php artisan db:seed --class="Vormia\\ATUMultiCurrency\\Database\\Seeders\\ATUMultiCurrencySeeder"
sh
php artisan vendor:publish --tag=atumulticurrency-config
sh
php artisan atumulticurrency:ui-install
php artisan atumulticurrency:ui-install --inject-sidebar
sh
php artisan atumulticurrency:ui-update