LaravelPackages.net
Acme Inc.
Toggle sidebar
cronboard-io/cronboard-laravel

Integration with Cronboard.io

585
7
0.7.2
About cronboard-io/cronboard-laravel

cronboard-io/cronboard-laravel is a Laravel package for integration with cronboard.io. It currently has 7 GitHub stars and 585 downloads on Packagist (latest version 0.7.2). Install it with composer require cronboard-io/cronboard-laravel. Discover more Laravel packages by cronboard-io or browse all Laravel packages to compare alternatives.

Last updated

Cronboard (for Laravel)

Latest Version on Packagist Build Status

Installation

You can install the package via composer:

composer require cronboard-io/cronboard-laravel

Usage

When setting up a new project on cronboard.io you will be guided through the setup. The first step would be to link your project with Cronboard.

php artisan cronboard:install [token]

This will create a new project with Cronboard (if one has not been added already) and link it with your environment.

To monitor your scheduled tasks you need to record them with Cronboard. You can do that with the record command:

php artisan cronboard:record

It is recommended you include this command in your deployment process to make sure your schedule is kept in sync.

You have full control over what tasks get recorded with Cronboard through settings in the config/cronboard.php file (after you've published the package configuration). You can see a preview of what will be recorded using:

php artisan cronboard:preview

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Star History Chart