atk4 / misc
Miscelanious small add-ons for Agile Toolkit
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 12
Forks: 24
Open Issues: 9
pkg:composer/atk4/misc
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2022-09-14 05:29:30 UTC
README
Those addons can be used by Agile Toolkit.
1. Install Agile Toolkit into "atk4"
2. Install addons into "atk4-addons"
3. Inside your API include addons through addLocation():
$this->addLocation('atk4-addons',array(
'php'=>array('mvc',
'billing/lib',
'misc/lib',
),
'template'=>'misc/templates/',
))->setParent($this->pathfinder->base_location);
Only include search path for addons you will need.
Addons will not be initialized unless you specifically use
them.