https://github.com/coroo/nova-fullcalendar
Simple Nova FullCalendar
https://github.com/coroo/nova-fullcalendar
Last synced: 6 months ago
JSON representation
Simple Nova FullCalendar
- Host: GitHub
- URL: https://github.com/coroo/nova-fullcalendar
- Owner: coroo
- License: mit
- Created: 2020-09-05T10:34:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T02:50:29.000Z (almost 6 years ago)
- Last Synced: 2025-06-02T00:07:29.600Z (about 1 year ago)
- Language: Vue
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nova FullCalendar - Laravel Nova Package
A Laravel Nova Dashboard with FullCalendar JS | See [:blue_book:Documentation Page](https://coroo.github.io/nova-fullcalendar/)
[](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)
[](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)
[](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)
[](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)
[](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE)
[](https://github.com/coroo/nova-fullcalendar/stargazers)
> This Nova FullCalendar JS Integration requires Nova 2.0 or higher.

## Installation & Documentation
### Simple Installation
```php
// app/Providers/NovaServiceProvider
protected function cards()
{
$events = Event::select(DB::raw('id, nama_kegiatan as title, concat(tanggal_acara, " ", jam_acara) as date, concat(tanggal_acara, " ", jam_acara) as start, tanggal_acara as end'))
->get()
->toJson();
return [
(new FullCalendar())
->series($events)
];
}
```
:mortar_board: For better experiences, we moved documentation to : __https://coroo.github.io/nova-fullcalendar/__
## ChangeLog
Please see [CHANGELOG](https://github.com/coroo/nova-fullcalendar/blob/master/CHANGELOG.md) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [License File](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE) for more information.