1. Go to this page and download the library: Download thinker-g/yii2-ishtar-gate 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/ */
...
'modules' => [
'ishtarDemo' => [
'class' => 'thinker_g\IshtarGate\Module',
'enabled' => true,
...
'news' => [
'2014-10-20 12:15' => 'Site will be down for maintenance at {ts}.',
'2014-12-25 00:30:00' => 'Site will be down soon for maintenance.',
'Jan 01, 2015' => 'Site will be down for maintenance on {ts}.',
],
...
]
],
...