be-interactive/jobrunner

Run Laravel scheduled jobs and commands like a champ.

Fund package maintenance!
BE-Interactive B.V.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/be-interactive/jobrunner

v1.0.1 2025-10-12 08:27 UTC

This package is not auto-updated.

Last update: 2025-12-22 08:13:33 UTC


README

Run any command in your Laravel application

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page.

Installation

You can install the package via composer:

composer require be-interactive/jobrunner

You can publish the config file with:

php artisan vendor:publish --tag="jobrunner-config"

This is the default contents of the published config file:

return [
    'folders' => [
        'App\Console\Commands' => __DIR__.'/../app/Console/Commands',
    ],
];

Usage

php artisan jobrunner

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.