2017 © Pedro Peláez
 

library scheduling

Task scheduling extension for laravel-admin

image

laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

  • Monday, May 7, 2018
  • by encore
  • Repository
  • 3 Watchers
  • 19 Stars
  • 12,745 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 4 Versions
  • 41 % Grown

The README.md

Scheduling task manager for laravel-admin

StyleCI Packagist Total Downloads Pull request welcome, (*1)

A web interface for manage task scheduling in laravel., (*2)

Documentation | 中文文档, (*3)

Screenshot

wx20170810-101048, (*4)

Installation

$ composer require laravel-admin-ext/scheduling


$ php artisan admin:import scheduling

Open http://your-host/admin/scheduling., (*5)

Try to add a scheduling task in app/Console/Kernel.php like this:, (*6)

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., (*7)

License

Licensed under The MIT License (MIT)., (*8)

The Versions

07/05 2018

dev-master

9999999-dev https://github.com/laravel-admin-extensions/scheduling

Task scheduling extension for laravel-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

task laravel-admin scheduling

07/05 2018

v1.0.1

1.0.1.0 https://github.com/laravel-admin-extensions/scheduling

Task scheduling extension for laravel-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

task laravel-admin scheduling

28/09 2017

dev-analysis-qJxnNW

dev-analysis-qJxnNW https://github.com/laravel-admin-extensions/scheduling

Task scheduling extension for laravel-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

task laravel-admin scheduling

10/08 2017

v1.0

1.0.0.0 https://github.com/laravel-admin-extensions/scheduling

Task scheduling extension for laravel-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

task laravel-admin scheduling