mdcoderu/illuminate-schedule

Use laravel Schedule in non-Laravel applications

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

This package is auto-updated.

Last update: 2024-03-29 04:26:55 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!