michelsalib / BCCCronManagerBundle

A cron table manager bundle for Symfony2
MIT License
163 stars 40 forks source link

Intro to CronManager

It is a bundle that provides a web interface for managing cron table.

Build Status

Features:

Screenshots

Cron list

Cron form

Cron output

Installation and configuration:

Get the bundle

Use Tag 5 for Symfony 5, see previous tags and README according to your older version

Add BCCCronManagerBundle:

    composer require bcc/cron-manager-bundle v5.0
    bin/console assets:install

Adding BCCCronManagerBundle to your application kernel and import the routing configuration is already done by SymfonyFlex

You can customize the prefix as you wish.

Don't forget to secure your route :

    access_control:
        - { path: ^/admin, role: ROLE_ADMIN }