PHP code example of chuk-shirley / no-intl
1. Go to this page and download the library: Download chuk-shirley/no-intl 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/ */
chuk-shirley / no-intl example snippets
return [
// ... other modules
'Zend\I18n',
'NoIntl',
];
return [
'no_intl' => [
'default_locale' => 'en_US_POSIX', // Rename to different locale (e.g. fr-CA, fr-FR, etc.)
],
];