2017 © Pedro Peláez
 

library scheduling

Task scheduling extension for daimakuai-ext

image

daimakuai-ext/scheduling

Task scheduling extension for daimakuai-ext

  • Thursday, November 23, 2017
  • by daimakuai
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

daimakuai-ext/scheduling

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

Screenshot

wx20170810-101048, (*2)

Installation

$ composer require daimakuai-ext/scheduling


$ php artisan admin:import scheduling

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

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

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

License

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

The Versions

23/11 2017

dev-master

9999999-dev https://github.com/daimakuai-ext/scheduling

Task scheduling extension for daimakuai-ext

  Sources   Download

MIT

The Requires

 

The Development Requires

by yt

task scheduling daimakuai-ext