PHP code example of phucnguyenvn / yii2-evecalendar
1. Go to this page and download the library: Download phucnguyenvn/yii2-evecalendar 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/ */
phucnguyenvn / yii2-evecalendar example snippets
'modules' => [
................
'calendar' => [
'class' => 'phucnguyenvn\yii2evecalendar\Module'
],
................
],
$config = [
'timezone' => 'Asia/Ho_Chi_Minh',
...
...
]
php composer.phar
php yii migrate --migrationPath=@vendor/phucnguyenvn/yii2-evecalendar/src/migrations