Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Shapecode - Cron Sonata Admin Bundle

paypal

Latest Stable VersionTotal DownloadsMonthly DownloadsDaily DownloadsLatest Unstable VersionLicense

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.phppublicfunctionregisterBundles()
{
// ...$bundles = array(
// ...newShapecode\Bundle\CronSonataAdminBundle\ShapecodeCronSonataAdminBundle(),
);
// ...return$bundles;
}

Usage

Just go in the admin area and manage crons.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages