icehawk/installer

Installs IceHawk projects by using composer create-project


License
MIT

Documentation

PHP >= 7.0 Join the chat at https://gitter.im/icehawk/installer

IceHawk Framework

IceHawk\Installer

Installs a new IceHawk skeleton project by using composer create-project.

You can optionally choose to install one ore more of the IceHawk components:

Usage

Run command:

composer create-project -n icehawk/installer /path/to/new-project

You will be asked questions regarding your desired installation.

Please note: For reasons of automation the installer initially installs some thrid-party dependencies. These will be removed at the end of the installation process.

Quick installation check

Start the php built-in webserver:

cd /path/to/new-project/public
php -S 127.0.0.1:8088

Visit in your browser: http://127.0.0.1:8088/

Please note: You need to replace 127.0.0.1 with your machine's IP address, if you're not on your local host.

You should see a welcome page.

Contributing

Contributions are welcome! Please see our Contribution guide.