shapecode / cron-sonata-admin-bundle
This bundle integrates the cron-bundle in sonata admin.
Installs: 398
Dependents: 0
Suggesters: 2
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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.