friendsofakeneo / cron-bundle
CRON manager for Akeneo PIM
Installs: 255
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
Requires (Dev)
- akeneo/pim-community-dev: ~1.6
- friendsofphp/php-cs-fixer: @stable
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2024-12-16 06:08:58 UTC
README
FOACronBundle - easy cron management from Akeneo dashboard
Overview
This bundle is adaptation of awesome BCCCronManagerBundle for Akeneo. This version provides some quality improvements and UI compatible with Akeneo.
Requirements
Installation
- Install bundle using Composer:
composer require friendsofakeneo/cron-bundle
- Enable the bundle in
AppKernel.php
file:
public function registerBundles() { $bundles = [ ... new FOA\CronBundle\FOACronBundle(), ]; ...
- Register bundle routes in
app/config/routing.yml
:
FOACronBundle: resource: '@FOACronBundle/Resources/config/routing.yml' prefix: /cron-manager
Usage
- Configure access for users who can manage cron tasks in 'System->Users Management->Roles'
Now cron management should be available by 'System->Cron Management'.
TODO
- Update UI to be more beauty and understandable;