romaninsh / dokku_alt
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/romaninsh/dokku_alt
Requires
- php: >=5.2
- atk4/atk4: 4.*
- phpseclib/phpseclib: 0.3.*@dev
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.