PHPackages                             molacorban/laravel-admin-ext-scheduling - 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. [Admin Panels](/categories/admin)
4. /
5. molacorban/laravel-admin-ext-scheduling

ActiveLibrary[Admin Panels](/categories/admin)

molacorban/laravel-admin-ext-scheduling
=======================================

Task scheduling extension for laravel-admin

01PHP

Since Nov 7Pushed 3y ago3 watchersCompare

[ Source](https://github.com/molacorban/laravel-admin-ext-scheduling)[ Packagist](https://packagist.org/packages/molacorban/laravel-admin-ext-scheduling)[ RSS](/packages/molacorban-laravel-admin-ext-scheduling/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Scheduling task manager for laravel-admin
=========================================

[](#scheduling-task-manager-for-laravel-admin)

[![StyleCI](https://camo.githubusercontent.com/584f1e7d22bcc2ae40c516966ed267eaf8ad95dde0675242a1e9058ce6e8e99b/68747470733a2f2f7374796c6563692e696f2f7265706f732f39393637363835372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/99676857)[![Packagist](https://camo.githubusercontent.com/e96f9c97694071b15ce9ef18bdd795594a7723a442ced141a99ccae8661d37ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f7363686564756c696e672e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/scheduling)[![Total Downloads](https://camo.githubusercontent.com/c5fd9c0d5cd22898dc608e865c9ef65097c6c250bae893f02c30b92834da344f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d61646d696e2d6578742f7363686564756c696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-admin-ext/scheduling)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

A web interface for manage task scheduling in laravel.

[Documentation](http://laravel-admin.org/docs/#/en/extension-scheduling) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-scheduling)

Screenshot
----------

[](#screenshot)

[![wx20170810-101048](https://user-images.githubusercontent.com/1479100/29151552-8affc0b2-7db4-11e7-932a-a10d8a42ec50.png)](https://user-images.githubusercontent.com/1479100/29151552-8affc0b2-7db4-11e7-932a-a10d8a42ec50.png)

Installation
------------

[](#installation)

```
$ composer require laravel-admin-ext/scheduling

$ php artisan admin:import scheduling

```

Open `http://your-host/admin/scheduling`.

Try to add a scheduling task in `app/Console/Kernel.php` like this:

```
class Kernel extends ConsoleKernel
{
    protected function schedule(Schedule $schedule)
    {
        $schedule->command('inspire')->everyTenMinutes();

        $schedule->command('route:list')->dailyAt('02:00');
    }
}
```

And you can find these tasks in scheduling panel.

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca0355b78506cf46bf1ef3622a5cf79e0f1f9130250326b631fc9ad47cbaed4a?d=identicon)[andreninoff](/maintainers/andreninoff)

---

Top Contributors

[![andreninoff](https://avatars.githubusercontent.com/u/1598311?v=4)](https://github.com/andreninoff "andreninoff (2 commits)")

### Embed Badge

![Health badge](/badges/molacorban-laravel-admin-ext-scheduling/health.svg)

```
[![Health](https://phpackages.com/badges/molacorban-laravel-admin-ext-scheduling/health.svg)](https://phpackages.com/packages/molacorban-laravel-admin-ext-scheduling)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
