Yii v2 snippet guide

Comparing #191 with #192

Revision #192 was created by rackycz rackycz on May 7, 2020, 10:27:10 AM.

Bootswatch

Content

[...]
'options' => [
'class' => 'navbar navbar-default navbar-fixed-top',
],
]);
```

 
Note: If you want to download the theme, you should link it like this:
 
 
```html
 
<link href="<?=Yii::$app->getUrlManager()->getBaseUrl()?>/css/bootstrap-bootswatch-united.min.css" rel="stylesheet">
 
```