PHP code example of ashrafakl / yii2-locale
1. Go to this page and download the library: Download ashrafakl/yii2-locale 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/ */
ashrafakl / yii2-locale example snippets
return [
// ...
'components' => [
// ...
'locale' => [
'class'=> 'ashrafakl\localization\Locale',
],
// ...
]
];
php composer.phar