PHPackages                             gamitg/yii2-detailview4cols - 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. [Templating &amp; Views](/categories/templating)
4. /
5. gamitg/yii2-detailview4cols

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

gamitg/yii2-detailview4cols
===========================

This extension is a variation of the DetailView widget of Yii2. It has simply the same code with a few modification to it.

v1.0.0(10y ago)37.4k↓20%1GPL-3.0+PHPPHP &gt;=5.4.0

Since Jul 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/amit5992/yii2-detailview4cols)[ Packagist](https://packagist.org/packages/gamitg/yii2-detailview4cols)[ RSS](/packages/gamitg-yii2-detailview4cols/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

DetailView4cols Extension for Yii2
==================================

[](#detailview4cols-extension-for-yii2)

This extension is a variation of the DetailView widget of Yii2. It has simply the same code with a few modification to it. Thanks to "Yii 1.1: detailview4col (Developed by: [c@cba](http://www.yiiframework.com/user/54420/)) extension".

[![Latest Stable Version](https://camo.githubusercontent.com/692d1c965c9beaedf7c55259bfc8e3854f7736bccd86da64c0fbf9f1cb1d2be0/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f762f737461626c65)](https://packagist.org/packages/gamitg/yii2-detailview4cols) [![Total Downloads](https://camo.githubusercontent.com/063378fa4ca06d4651528d2ce3e418911886320208258e65941b0d092f0b5092/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f646f776e6c6f616473)](https://packagist.org/packages/gamitg/yii2-detailview4cols) [![Latest Unstable Version](https://camo.githubusercontent.com/ba299563834ecf9afd52c9729613cd006efa77c48fad213d00e1715d8057be37/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f762f756e737461626c65)](https://packagist.org/packages/gamitg/yii2-detailview4cols) [![License](https://camo.githubusercontent.com/7d3ca266d4d8f1847684583bf65f55a3edd71d2fdeab8a1ef005494da2ba0a7e/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f6c6963656e7365)](https://packagist.org/packages/gamitg/yii2-detailview4cols)[![Monthly Downloads](https://camo.githubusercontent.com/7039ac6accdde4b3d80968951b482b776bcb2d9f9b2bdae6129d9958158c6e29/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f642f6d6f6e74686c79)](https://packagist.org/packages/gamitg/yii2-detailview4cols) [![Daily Downloads](https://camo.githubusercontent.com/72fac7bdb3b4d2078e51a83799e54e990fa148d2b741f2f1ef0eda8a0d00e430/68747470733a2f2f706f7365722e707567782e6f72672f67616d6974672f796969322d64657461696c7669657734636f6c732f642f6461696c79)](https://packagist.org/packages/gamitg/yii2-detailview4cols)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist gamitg/yii2-detailview4cols "*"

```

or add

```
"gamitg/yii2-detailview4cols": "*"

```

to the require section of your `composer.json` file.

Note
----

[](#note)

If you getting error while installing this extension, so just add following line in your `composer.json` file.

```
"minimum-stability": "dev",
"prefer-stable": true,

```

Because of this extension currently available only in `dev-master`. So, i appreciate your suggestion and also issue fixing related to this extension.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```

```

Example
-------

[](#example)

```
