Download the PHP package paneidos/laravel-crontab without Composer
On this page you can find all versions of the php package paneidos/laravel-crontab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paneidos/laravel-crontab
More information about paneidos/laravel-crontab
Files in paneidos/laravel-crontab
Download paneidos/laravel-crontab
More information about paneidos/laravel-crontab
Files in paneidos/laravel-crontab
Vendor paneidos
Package laravel-crontab
Short Description Generate a crontab from your schedule
License MIT
Package laravel-crontab
Short Description Generate a crontab from your schedule
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-crontab
Laravel Crontab
Generate a crontab from your Laravel schedule.
Why would I need this?
Laravel's scheduler works by adding a cronjob which runs every minute.
Cron daemons can do their work way more efficiently if you let them schedule the jobs.
This package adds a command (schedule:crontab) to generate a crontab based on the schedule you defined.
Compatibility
Currently works with Laravel 5.6 and 5.7, as well as Laravel Zero 5.6 and 5.7.
Development
Contributing
Send a pull request, ensure you've got full test coverage.
Planned features
- Support for
withoutOverlapping() - Support for
runsInMaintenanceMode()
License
Laravel Crontab is licensed under the MIT License.
All versions of laravel-crontab with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7
illuminate/support Version ^5.6,<5.8
illuminate/console Version ^5.6,<5.8
dragonmantank/cron-expression Version ^2.0
symfony/process Version ^4.1
illuminate/container Version ^5.6,<5.8
illuminate/support Version ^5.6,<5.8
illuminate/console Version ^5.6,<5.8
dragonmantank/cron-expression Version ^2.0
symfony/process Version ^4.1
illuminate/container Version ^5.6,<5.8
The package paneidos/laravel-crontab contains the following files
Loading the files please wait ...