PHPackages                             coroowicaksono/nova-fullcalendar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. coroowicaksono/nova-fullcalendar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coroowicaksono/nova-fullcalendar
================================

A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such as Bar, Stacked, Line, Area, Doughnut and Pie Chart.

v0.0.5(5y ago)034[1 PRs](https://github.com/coroo/nova-fullcalendar/pulls)MITVuePHP &gt;=7.1.0

Since Sep 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/coroo/nova-fullcalendar)[ Packagist](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)[ Docs](https://github.com/coroo)[ RSS](/packages/coroowicaksono-nova-fullcalendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Nova FullCalendar - Laravel Nova Package
========================================

[](#nova-fullcalendar---laravel-nova-package)

A Laravel Nova Dashboard with FullCalendar JS | See [📘Documentation Page](https://coroo.github.io/nova-fullcalendar/)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cc3ef43be882a315a77e2b0d3c696ca8db520e288f65da33c2d681d1a7336e39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f726f6f776963616b736f6e6f2f6e6f76612d66756c6c63616c656e646172)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)[![Total Downloads](https://camo.githubusercontent.com/1202c98b1bcbd072cef76fd46bb870ab891dba92f5fd8ba31e1a0169c515b9d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f726f6f776963616b736f6e6f2f6e6f76612d66756c6c63616c656e646172)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)[![License](https://camo.githubusercontent.com/d0bc27114a3d63d73dd2906f884095a88d0051446275e2e46e0ca319c0ccc273/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f636f726f6f2f6e6f76612d66756c6c63616c656e646172)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)[![State Status](https://camo.githubusercontent.com/7acffa1a8e59e701d0bc5820ac2037b2ab9336f41df6a856b995750d969cfb35/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6465706c6f796d656e74732f636f726f6f2f6e6f76612d66756c6c63616c656e6461722f6769746875622d7061676573)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)[![License](https://camo.githubusercontent.com/dc5b4181a7139ccd5b2ebfb86e6e2d4ae1cdcd7ee0c1bca4da9062a406439734/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636f726f6f776963616b736f6e6f2f6e6f76612d66756c6c63616c656e646172)](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE)

[![License](https://camo.githubusercontent.com/a65a833886efac6bfb9dda96cf406d60c10350070d6b025302a0e661f5aa017f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f636f726f6f2f6e6f76612d66756c6c63616c656e6461723f7374796c653d736f6369616c)](https://github.com/coroo/nova-fullcalendar/stargazers)

> This Nova FullCalendar JS Integration requires Nova 2.0 or higher.

[![FullCalendar JS Integration in Action](https://raw.githubusercontent.com/coroo/nova-fullcalendar/gh-pages/assets/img/nova-fullcalendar.gif)](https://raw.githubusercontent.com/coroo/nova-fullcalendar/gh-pages/assets/img/nova-fullcalendar.gif)

Installation &amp; Documentation
--------------------------------

[](#installation--documentation)

### Simple Installation

[](#simple-installation)

```
// 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)
    ];
}
```

🎓 For better experiences, we moved documentation to : ****

ChangeLog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/coroo/nova-fullcalendar/blob/master/CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

2075d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2f30a53410458e51ea996515bab02bd1d9e035ce1b1f33a986f5983b80440d4?d=identicon)[coroowicaksono](/maintainers/coroowicaksono)

---

Top Contributors

[![coroo](https://avatars.githubusercontent.com/u/13533557?v=4)](https://github.com/coroo "coroo (11 commits)")

---

Tags

laravelnovachart jsstacked chart

### Embed Badge

![Health badge](/badges/coroowicaksono-nova-fullcalendar/health.svg)

```
[![Health](https://phpackages.com/badges/coroowicaksono-nova-fullcalendar/health.svg)](https://phpackages.com/packages/coroowicaksono-nova-fullcalendar)
```

###  Alternatives

[coroowicaksono/chart-js-integration

A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such as Bar, Stacked, Line, Area, Doughnut and Pie Chart.

2201.9M1](/packages/coroowicaksono-chart-js-integration)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
