Download the PHP package signifly/laravel-scheduling-tasks without Composer
On this page you can find all versions of the php package signifly/laravel-scheduling-tasks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download signifly/laravel-scheduling-tasks
More information about signifly/laravel-scheduling-tasks
Files in signifly/laravel-scheduling-tasks
Package laravel-scheduling-tasks
Short Description Organize your Laravel scheduling tasks.
License MIT
Homepage https://github.com/signifly/laravel-scheduling-tasks
Informations about the package laravel-scheduling-tasks
Organize your Laravel scheduling tasks
The signifly/laravel-scheduling-tasks
package allows you to easily organize your scheduling tasks and comes with a handy make:task
command.
Below is a small example of how to use it.
In order to make a new task, use the command that comes with the package:
It generates a new task located at app/Console/Tasks/BackupDaily.php
, which can be configured this way:
In case you have a task that you want to exclude from getting loaded, it can be achieved like this:
Installation
You can install the package via composer:
The package will automatically register itself.
Testing
Security
If you discover any security issues, please email [email protected] instead of using the issue tracker.
Credits
- Morten Poul Jensen
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-scheduling-tasks with dependencies
illuminate/console Version ^8.0|^9.0|^10.0
illuminate/support Version ^8.0|^9.0|^10.0