skeeks / cms-agent
Agents for SkeekS CMS
Installs: 6 573
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Type:yii2-extension
- dev-master
- 3.0.0.1
- 3.0.0
- 2.0.7.3
- 2.0.7.2
- 2.0.7.1
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2.11
- 2.0.2.10
- 2.0.2.9
- 2.0.2.8
- 2.0.2.7
- 2.0.2.6
- 2.0.2.5
- 2.0.2.4
- 2.0.2.3
- 2.0.2.2
- 2.0.2.1
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha2
- 2.0.0-alpha
- 1.3.0
- 1.2.0.1
- 1.2.0
- 1.1.0.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0.2
- 1.0.0.1
- 1.0.0
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-beta
- 1.0.0-alpha2
- 1.0.0-alpha
This package is auto-updated.
Last update: 2024-10-12 18:09:38 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-agent "*"
or add
"skeeks/cms-agent": "*"
Configuration app
'bootstrap' => ['cmsAgent'], 'components' => [ 'cmsAgent' => [ 'class' => 'skeeks\cms\agent\CmsAgentComponent', 'onHitsEnabled' => true ], 'i18n' => [ 'translations' => [ 'skeeks/agent' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/agent/messages', 'fileMap' => [ 'skeeks/agent' => 'main.php', ], ] ] ] ], 'modules' => [ 'cmsAgent' => [ 'class' => 'skeeks\cms\agent\CmsAgentModule', ] ]
How to enable execution on cron agents
Configuration app
'components' => [ 'cmsAgent' => [ 'class' => 'skeeks\cms\agent\CmsAgentComponent', 'onHitsEnabled' => false ], ]
Cront task
* * * * * cd /var/www/sites/you-site.com/ && php yii cmsAgent/execute
Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com