PHPackages                             mix8872/yii2-repeater - 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. mix8872/yii2-repeater

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

mix8872/yii2-repeater
=====================

The html repeater (forked)

1.0(6y ago)08MITPHPPHP &gt;=7.1

Since Oct 6Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Repeater
========

[](#repeater)

You can use this extension to duplicate the contents of a form and also other contents

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

[](#installation)

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

Either run

```
php composer.phar require mix8872/yii2-repeater

```

or add

```
"mix8872/yii2-repeater": "*"

```

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

Configuration
-------------

[](#configuration)

Add modules declaration to your config file for web config:

```

```

Example your model:

```

```

Example view of model:

```
