IceHawk

Forms installation


Via icehawk/installer

$ php composer.phar create:project icehawk/installer /path/to/new/project

When you're asked if you want to install more IceHawk components, choose "yes" and then select "yes" for the forms component.

Watch our short video and see how it works: Install IceHawk framework in less than 2 minutes


Via composer

$ php composer.phar require "icehawk/forms:^1.0"

Manual in composer.json

{
    "require": {
        "icehawk/forms": "^1.0"
    }
}