shapecode / cron-sonata-admin-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
This bundle integrates the cron-bundle in sonata admin.
Package info
github.com/shapecode/cron-sonata-admin-bundle
Type:symfony-bundle
pkg:composer/shapecode/cron-sonata-admin-bundle
dev-master / 1.0.x-dev
2019-06-26 08:41 UTC
Requires
- php: ~7.2
- shapecode/cron-bundle: ~4.0
- sonata-project/admin-bundle: ~3.50
- symfony/config: ~3.4|~4.0
- symfony/dependency-injection: ~3.4|~4.0
- symfony/framework-bundle: ~3.4|~4.0
- symfony/http-kernel: ~3.4|~4.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2020-11-24 19:53:08 UTC
README
This bundle integrates the shapecode/cron-bundle into sonata admin.
Install instructions
Installing this bundle can be done through these simple steps:
Add the bundle to your project through composer:
composer require shapecode/cron-sonata-admin-bundle
Add the bundle to your application kernel:
<?php // application/ApplicationKernel.php public function registerBundles() { // ... $bundles = array( // ... new Shapecode\Bundle\CronSonataAdminBundle\ShapecodeCronSonataAdminBundle(), ); // ... return $bundles; }
Usage
Just go in the admin area and manage crons.