Skip to content

This is a package for Laravel Nova which allows you to create, update and delete scheduled commands based on DionTech/laravel-extended-scheduler

Notifications You must be signed in to change notification settings

comes/nova-scheduler-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovaSchedulerUi

This is a package for Laravel Nova which allows you to create, update and delete scheduled commands based on DionTech/laravel-extended-scheduler

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require comes/nova-scheduler-ui

After installation run

php artisan migrate

and add Packge to tools section in NovaServiceProvider

public function tools()
{
    return [
        new NovaSchedulerUi,
    ];
}

About

This is a package for Laravel Nova which allows you to create, update and delete scheduled commands based on DionTech/laravel-extended-scheduler

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published