Allows users to manage Laravel tasks from a UI.
smeechos/task-scheduler is a Laravel package for allows users to manage laravel tasks from a ui..
It currently has 4 GitHub stars and 222 downloads on Packagist (latest version v1.0.4).
Install it with composer require smeechos/task-scheduler.
Discover more Laravel packages by smeechos
or browse all Laravel packages to compare alternatives.
Last updated
Easily manage your projects tasks via a UI. Create cron expressions and link artisan commands to them, followed by a small edit to Kernel.php to ensure the task scheduler executes your commands.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You can find the package on Packagist here.
Please refer to the project's Wiki on Github: https://github.com/smeechos/laravel-task-scheduler/wiki. You'll find information regarding installation, running the tests, and a user guide.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details