Skip to content

shapecode/cron-sonata-admin-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shapecode - Cron Sonata Admin Bundle

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages