PHPackages                             iicn/schedule - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iicn/schedule

ActiveLibrary

iicn/schedule
=============

A short description of what your package does

1.0.1(1y ago)05051MITPHPPHP ^8.2

Since Apr 7Pushed 1y agoCompare

[ Source](https://github.com/laravel-pkgs/schedule)[ Packagist](https://packagist.org/packages/iicn/schedule)[ RSS](/packages/iicn-schedule/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

Schedule Package
================

[](#schedule-package)

Welcome to the Schedule package!

Getting Started
---------------

[](#getting-started)

### add Command to Kernel Schedule:

[](#add-command-to-kernel-schedule)

add command to `app/Console/Kernel.php` in method `shedule`:

```
$schedule->command('scheduler:run-command')->everyMinute();
```

### use:

[](#use)

create class for schedule and extend from: `\IICN\Schedule\Models\Schedule\ScheduleBuilder`

example:

```
