nicolaeum / nova-lite-calendar-tool
Calendar tool for Laravel Nova.
v1.4.1
2022-03-28 15:11 UTC
Requires
- php: >=7.1.0
- spatie/laravel-google-calendar: ^3.5.0
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
Requirements
- PHP >= 7.1
- Laravel application with Laravel Nova installed
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
- Laravel Nova Calendar Tool (Forked from)
- FullCalendar
- Laravel
- Laravel Nova
- spatie/laravel-google-calendar
License
The MIT License (MIT). Please see the LICENSE.md file for more information.