2017 © Pedro Peláez
 

library scheduling

Task scheduling extension for laravel-admin

image

tanson/scheduling

Task scheduling extension for laravel-admin

  • Thursday, November 16, 2017
  • by tanson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % 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

16/11 2017

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

16/11 2017

v1.1

1.1.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

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