Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cron Bundle Laravel Package

4lxndr/cron-bundle

View on GitHub
Deep Wiki
Context7

title: Tags

Tags

Tags let you group and filter cron jobs across commands.

Defining Tags

Use the tags parameter in the AsCronJob attribute:

use Shapecode\Bundle\CronBundle\Attribute\AsCronJob;

#[AsCronJob(
    schedule: '0 1 * * *',
    tags: ['critical', 'reporting', 'nightly'],
)]
class GenerateReportCommand extends Command { }

Filtering by Tag

Most commands accept --tags / -t (repeatable) to filter the jobs they act on.

# View only critical jobs
bin/console shapecode:cron:status --tags=critical

# View jobs that have both tags
bin/console shapecode:cron:status --tags=reporting --tags=nightly

# Visualize only reporting jobs for a specific date
bin/console shapecode:cron:visualize --tags=reporting --date=2026-03-10

# Enable / disable by tag
bin/console shapecode:cron:enable  my:command --tags=critical
bin/console shapecode:cron:disable my:command --tags=reporting

Common Tag Conventions

Category Examples
Priority critical, high, medium, low
Type reporting, cleanup, import, export
Frequency hourly, daily, weekly, monthly
Domain billing, inventory, analytics
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony
spatie/flare-daemon-runtime