coroowicaksono/nova-fullcalendar
Composer 安装命令:
composer require 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.
README 文档
README
A Laravel Nova Dashboard with FullCalendar JS | See 📘Documentation Page
This Nova FullCalendar JS Integration requires Nova 2.0 or higher.
Installation & Documentation
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 : https://coroo.github.io/nova-fullcalendar/
ChangeLog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-05
