Laravel Schedulable

Laravel Schedulable

Schedule Eloquent Models without Cron Jobs


Description

Schedule Eloquent Models Without Cron Jobs

Overview

Laravel Schedulable is a package that allows you to schedule and unschedule Eloquent models without relying on cron jobs.

Key Features

  • Convert any Eloquent model into a schedulable entity by adding the Schedulable trait.
  • Specify future dates for scheduling; scheduled records will appear in query results at the designated time.
  • Reschedule or unschedule models at any moment using straightforward methods.
  • Provide custom model events that integrate with the model’s lifecycle.
  • Enable the use of custom column names within your models.

Creator

Neelkanth Kaushik
@iamneelkanth

Related Projects

Laravel Artifact

Laravel Artifact

Media Management Package

Mirror

Mirror

Impersonation Package

LaravelPlus Updater

LaravelPlus Updater

Sync Laravel Projects

Laravel Credits

Laravel Credits

Credit Management System

Laravel Glider

Laravel Glider

Glide Image Manipulation in Blade Templates

Laravel Ownable

Laravel Ownable

Eloquent Ownership Relationships