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.

dev-master / 1.0.x-dev 2019-06-26 08:41 UTC

This package is not auto-updated.

Last update: 2020-11-24 19:53:08 UTC


README

paypal

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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.