ipub/forms-blocks

This package is abandoned and no longer maintained. No replacement package was suggested.

Forms control for creating different replicated form blocks for Nette Framework

v1.0.2 2015-06-09 20:23 UTC

This package is auto-updated.

Last update: 2020-01-24 20:18:46 UTC


README

This package is abandoned and no longer maintained!

Forms control for creating different replicated form blocks for Nette Framework

Installation

The best way to install ipub/forms-blocks is using Composer:

{
	"require": {
		"ipub/forms-blocks": "dev-master"
	}
}

or

$ composer require ipub/forms-blocks:@dev

After that you have to register extension in config.neon.

extensions:
	formsBlocks: IPub\FormsBlocks\DI\FormsBlocksExtension

Documentation

Learn how to multiple dynamics blocks in your form in documentation.

Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/forms-blocks.