<?php return [ /** * Default Currency */ 'default' => 'USD', /** * Just Allow Specific Currencies */ // 'only' => [ // 'USD', // 'EGP' // ] ];
info at phpclasses dot org