romaninsh/dokku_alt

There is no license information available for the latest version (dev-master) of this package.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/romaninsh/dokku_alt

dev-master 2015-03-17 17:20 UTC

This package is auto-updated.

Last update: 2025-10-14 12:10:09 UTC


README

This add-on provides number of models, which you can use from your Agile Toolkit application.

Installation

Inside composer.json add:

"require": {
    "romaninsh\/dokku_alt": "1.*@dev"
}

Inside your Application class add:

$this->add('dokku_alt/Initiator');

If you use Controller_Migrator it will automatically find and execute migrations.