PHPackages                             cjtterabytesoft/toolbar - 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/toolbar

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

cjtterabytesoft/toolbar
=======================

Widget ToolBar Gridview. \[Yii 3.0/Bootstrap4\]

19PHP

Since Aug 11Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

Widget ToolBar Gridview. \[Yii 3.0/Bootstrap4\]
===============================================

[](#widget-toolbar-gridview-yii-30bootstrap4)

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](https://www.yiiframework.com/)[![Build Status](https://camo.githubusercontent.com/8709e937041fa7ac9844b97f062596316bc3d6a76bd9298fdce9b3d45f7e7ffd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f746f6f6c6261722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/cjtterabytesoft/toolbar/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2892d006ca3113780b0776207aa5a242f66f9b0fa2c7d8a78148c0d7f253a8a4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f746f6f6c6261722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/cjtterabytesoft/toolbar/?branch=master)[![Code Intelligence Status](https://camo.githubusercontent.com/9c8731be0df6d442cb279524a6535c866110f54d6fd77af5770da217cc7219e8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636a747465726162797465736f66742f746f6f6c6261722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Maintainability](https://camo.githubusercontent.com/de65bf7c821481534a431cee5de45ca32072826a9794d07c6b6ec6477e0ce843/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30373462363066393066383539346463316262382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/cjtterabytesoft/toolbar/maintainability)[![Total Downloads](https://camo.githubusercontent.com/5bf56f7f43b0d8e572f20ac1bd577789e8cf36ee05e25a163bf5dc54f1f98cfd/68747470733a2f2f706f7365722e707567782e6f72672f636a747465726162797465736f66742f746f6f6c6261722f646f776e6c6f616473)](https://packagist.org/packages/cjtterabytesoft/toolbar)

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
