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]
- Host: GitHub
- URL: https://github.com/cjtterabytesoft/sidebar
- Owner: cjtterabytesoft
- License: bsd-3-clause
- Created: 2018-07-15T17:16:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T17:25:50.000Z (almost 8 years ago)
- Last Synced: 2025-11-16T18:03:30.660Z (8 months ago)
- Topics: boostrap4, sidebar, widget, yii3
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
Widget Sidebar. [Yii 3.0/Bootstrap4]
Menu Sidebar Dashboard.
[](https://www.yiiframework.com/)
[](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/build-status/master)
[](https://scrutinizer-ci.com/g/cjtterabytesoft/sidebar/?branch=master)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://codeclimate.com/github/cjtterabytesoft/sidebar/maintainability)
[](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:**
[](https://packagist.org/packages/cjtterabytesoft/sidebar)