A Pokémon Go inspired responsive Yii2 theme.
Pokémon Go is a free-to-play location-based augmented reality mobile game.
Use the following syntax in web.php config file:
'view' => [
'class' => 'yii\web\View',
'theme' => [
'class' => 'yii\base\Theme',
'pathMap' => ['@app/views' => 'themes/[THEME_NAME]'],
'baseUrl' => 'themes/[THEME_NAME]'
]
]