PHPackages                             cjtterabytesoft/sidebar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cjtterabytesoft/sidebar

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

cjtterabytesoft/sidebar
=======================

Widget Sidebar. \[Yii 3.0/Bootstrap4\]

119PHP

Since Aug 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cjtterabytesoft/sidebar)[ Packagist](https://packagist.org/packages/cjtterabytesoft/sidebar)[ RSS](/packages/cjtterabytesoft-sidebar/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://camo.githubusercontent.com/9c69c47f6f1f26ba39e4d9607299268f6d314df4e241f05cf09ea05e8bb7e19a/68747470733a2f2f6661726d312e737461746963666c69636b722e636f6d2f3838372f32373837353138333935375f363961333634356135365f712e6a7067) ](https://github.com/cjtterabytesoft/widgets)

Widget Sidebar. \[Yii 3.0/Bootstrap4\]
======================================

[](#widget-sidebar-yii-30bootstrap4)

### Menu Sidebar Dashboard.

[](#menu-sidebar-dashboard)

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](https://www.yiiframework.com/)[![Build Status](https://camo.githubusercontent.com/1c99b8f7d94357c9318e6d1287cf281ed6c8e2b9725b509205e1a16bf648684b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f736964656261722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/257b5d896b4f4990351ec7a2a681e2afdedc273b87e9b05492714fff82bb4864/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f736964656261722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/b0c2c2c0078c0b15c08210478699e2a7dd52d7a3028c4e59137d809379f740a3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f736964656261722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Maintainability](https://camo.githubusercontent.com/5f2b9a4b72bb7789808460d5f2af9f5e378b122c5321d2ba0eeb6c3b3313bb99/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33383463316561373539343861666665663362362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/cjtterabytesoft/sidebar/maintainability)[![Total Downloads](https://camo.githubusercontent.com/1acbcc781ab121e37ec302d77e5dfda15ca256e37cc0812a9388ff4d270ed7a0/68747470733a2f2f706f7365722e707567782e6f72672f636a747465726162797465736f66742f736964656261722f646f776e6c6f616473)](https://packagist.org/packages/cjtterabytesoft/sidebar)

DIRECTORY STRUCTURE
-------------------

[](#directory-structure)

```
src/                contains widgets custom application
tests/              contains test widgets

```

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this extension that your Web server supports PHP 7.1.

INSTALLATION
------------

[](#installation)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

[Installation Instructions.](docs/getting-started.md)

CONFIGURATION
-------------

[](#configuration)

### WEB SERVER SUPPORT:

[](#web-server-support)

- Apache.
- Nginx.
- OpenLiteSpeed.

DOCUMENTATION STYLE GUIDE
-------------------------

[](#documentation-style-guide)

This extension follows the documentation described in [Yii Documentation Style Guide](https://github.com/yiisoft/yii2/blob/master/docs/documentation_style_guide.md).

### HOW TO USE RULES CODING STANDARD WITH VSCODE:

[](#how-to-use-rules-coding-standard-with-vscode)

- Install squizlabs/php\_codesniffer, friendsofphp/php-cs-fixer global:

```
composer global require "squizlabs/php_codesniffer >=2.3.1
