Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atk4/ambient-addons

Content Management Add-on for Agile Toolkit
https://github.com/atk4/ambient-addons

Last synced: 5 days ago
JSON representation

Content Management Add-on for Agile Toolkit

Awesome Lists containing this project

README

        

Those addons can be used by Agile Toolkit.

1. Install Agile Toolkit into "atk4"
2. Install addons into "ambient-addons"
3. Inside your API include addons through addLocation():

$this->addLocation('/',array(
'addons'=>array('ambient-addons')
))
->setRelativePath('/')
->setParent($this->pathfinder->base_location);