nicolaeum/nova-lite-calendar-tool

Calendar tool for Laravel Nova.

v1.4.1 2022-03-28 15:11 UTC

This package is auto-updated.

Last update: 2024-04-26 23:19:54 UTC


README

This is a package for Laravel Nova which allows you to create, update and delete events on the calendar. It also has a Google Calendar integration.

Screeenshots

Nova Calendar Tool - screen 1

Requirements

Installation

Install the package via composer:

composer require nicolaeum/nova-lite-calendar-tool

Publish the config (optional):

php artisan vendor:publish --provider='nicolaeum\NovaCalendarTool\ToolServiceProvider' --tag="config"

Register the tool in the tools method of the NovaServiceProvider:

// app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \nicolaeum\NovaCalendarTool\NovaCalendarTool,
    ];
}

Credits

License

The MIT License (MIT). Please see the LICENSE.md file for more information.