PHPackages                             yii-extension/simple-view-bootstrap5 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. yii-extension/simple-view-bootstrap5

ActiveLibrary

yii-extension/simple-view-bootstrap5
====================================

Simple view bootstrap5 for web application yii.

12.2k[5 PRs](https://github.com/yii-extension/simple-view-bootstrap5/pulls)PHP

Since Feb 5Pushed 2y ago2 watchersCompare

[ Source](https://github.com/yii-extension/simple-view-bootstrap5)[ Packagist](https://packagist.org/packages/yii-extension/simple-view-bootstrap5)[ RSS](/packages/yii-extension-simple-view-bootstrap5/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

 [ ![](https://camo.githubusercontent.com/a0490717fe146673d59ea92904448f8f09cb798f4900d7c63a043d623cc93db4/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f65685354506e5871726b6b304d33552d5550436a4330667479394b366c67796b4b32574f5541326e5548703867496b526a65544e387a385341426c6b766376522d39504972626f7849765047756a50675765624c51654848675837794c556f7846536475695a72546f6736576f5a4c694176716354523151545056526d6e733274596a414370703745513d7732343030) ](https://github.com/yii-extension)

Simple view bootstrap5 web application for yii.
===============================================

[](#simple-view-bootstrap5-web-application-for-yii)

[![Total Downloads](https://camo.githubusercontent.com/a5f2b56c2710688b3e59e0e8f4665228cf378e85681f7d315520202a50d59230/68747470733a2f2f706f7365722e707567782e6f72672f7969692d657874656e73696f6e2f73696d706c652d766965772d626f6f747374726170352f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yii-extension/simple-view-bootstrap5)[![Build Status](https://github.com/yii-extension/simple-view-bootstrap5/workflows/build/badge.svg)](https://github.com/yii-extension/simple-view-bootstrap5/actions?query=workflow%3Abuild)[![codecov](https://camo.githubusercontent.com/c7224254ee299bc3b16715b9498b87d86317ebb141823839018c49d1773e1f98/68747470733a2f2f636f6465636f762e696f2f67682f7969692d657874656e73696f6e2f73696d706c652d766965772d626f6f747374726170352f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d74557a6e567839456d37)](https://codecov.io/gh/yii-extension/simple-view-bootstrap5)[![static analysis](https://github.com/yii-extension/simple-view-bootstrap5/workflows/static%20analysis/badge.svg)](https://github.com/yii-extension/simple-view-bootstrap5/actions?query=workflow%3A%22static+analysis%22)[![type-coverage](https://camo.githubusercontent.com/6ef513f25d53de2b357e50389523615bff36d891000a8416006b75f7152281ad/68747470733a2f2f73686570686572642e6465762f6769746875622f7969692d657874656e73696f6e2f73696d706c652d766965772d626f6f747374726170352f636f7665726167652e737667)](https://shepherd.dev/github/yii-extension/simple-view-bootstrap5)

Directory structure
-------------------

[](#directory-structure)

```
  config/             application directory configurations
      common          contains common config local classes

  src/                application directory
      Action          contains action classes
      Asset           contains asset classes
      Handler         contains handlers classes
      ViewInjection   contains view injection classes

```

Installation
------------

[](#installation)

```
composer create-project --prefer-dist --stability dev yii-extension/simple-app
cd
composer require yii-extension/simple-view-bootstrap5:^1.0
```

Using translations
------------------

[](#using-translations)

By default the package includes the translation into spanish and russian.

The translation is in the `/storage/translations` directory.

Translation extractor
---------------------

[](#translation-extractor)

```
composer require yiisoft/translator-extractor --prefer-dist
```

The root directory of simple-app: `config/packages/yiisoft-translator-extractor/console.php`:

```
