| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This bundle integrates the shapecode/cron-bundle into sonata admin.
Installing this bundle can be done through these simple steps:
Add the bundle to your project through composer:
composer require shapecode/cron-sonata-admin-bundleAdd the bundle to your application kernel:
<?php
// application/ApplicationKernel.php
public function registerBundles()
{
// ...
$bundles = array(
// ...
new Shapecode\Bundle\CronSonataAdminBundle\ShapecodeCronSonataAdminBundle(),
);
// ...
return $bundles;
}Just go in the admin area and manage crons.
| Back | FazBrowse Home | New Git URL |