romaninsh/dokku_alt

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

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

This package is auto-updated.

Last update: 2024-03-14 08:38:05 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.