mdcoderu/illuminate-schedule

Use laravel Schedule in non-Laravel applications

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Type:project

pkg:composer/mdcoderu/illuminate-schedule

dev-master 2021-08-31 07:16 UTC

This package is auto-updated.

Last update: 2025-10-29 03:10:52 UTC


README

Use laravel Schedule in non-Laravel applications

How to use.

Clone this proyect.

git clone https://github.com/millancore/illuminate-schedule.git 

Install dependencies

composer install

Add your commands and task into scr/Kernel.php in the same way as Laravel

Laravel Task Scheduling

Enjoy!