Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 878 Bytes

readme.md

File metadata and controls

40 lines (25 loc) · 878 Bytes

Forms blocks

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.