An open API service indexing awesome lists of open source software.

https://github.com/cjtterabytesoft/sidebar

Widget Sidebar. [Yii 3.0/Bootstrap4]
https://github.com/cjtterabytesoft/sidebar

boostrap4 sidebar widget yii3

Last synced: 4 months ago
JSON representation

Widget Sidebar. [Yii 3.0/Bootstrap4]

Awesome Lists containing this project

README

          





Widget Sidebar. [Yii 3.0/Bootstrap4]


Menu Sidebar Dashboard.



[![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](https://www.yiiframework.com/)
[![Build Status](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/badges/build.png?b=master)](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/?branch=master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Maintainability](https://api.codeclimate.com/v1/badges/384c1ea75948affef3b6/maintainability)](https://codeclimate.com/github/cjtterabytesoft/sidebar/maintainability)
[![Total Downloads](https://poser.pugx.org/cjtterabytesoft/sidebar/downloads)](https://packagist.org/packages/cjtterabytesoft/sidebar)

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

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

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

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

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
-------------

### WEB SERVER SUPPORT:

- Apache.
- Nginx.
- OpenLiteSpeed.

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:

- Install squizlabs/php_codesniffer, friendsofphp/php-cs-fixer global:

```
composer global require "squizlabs/php_codesniffer >=2.3.1 <3.0"
composer global require friendsofphp/php-cs-fixer
```

- Copy directory /vendor/yiisoft/yii2-conding-standards/Yii2 to directory path composer global example windows C:\Users\user\AppData\Roaming\Composer\vendor\squizlabs\php_codesniffer\CodeSniffer\Standards

- Add config Vscode:

```
{
"editor.detectIndentation": false,
"files.eol": "\n",
"phpcs.standard": "Yii2",
"php-cs-fixer.executablePath": "php-cs-fixer",
"php-cs-fixer.executablePathWindows": "php-cs-fixer.bat",
"php-cs-fixer.config": ".php_cs;.php_cs.dist",
"php-cs-fixer.allowRisky": true,
}
```

**LICENSE:**

[![License](https://poser.pugx.org/cjtterabytesoft/sidebar/license)](https://packagist.org/packages/cjtterabytesoft/sidebar)