phakpoom/cron-manager-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phakpoom/cron-manager-bundle

最新稳定版本:6.3.2

Composer 安装命令:

composer require phakpoom/cron-manager-bundle

包简介

A cron table manager bundle for Symfony

关键字:

README 文档

README

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

Build Status

Features:

  • Displays cron table with time expression, command, output file, error file and comment
  • Can guess last execution time and status (based on log files)
  • Can display log files
  • Support edit/add cron entry
  • Includes shortcuts to easily get common time expression, symfony command and symfony log directory
  • Translated in english, french and german

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 }

统计信息

  • 总下载量: 3.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 40
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-11-02