nova-calendar
nova-calendar copied to clipboard
A powerful event calendar Tool for Laravel's Nova 4
This tiny change to the `composer.json` file adds compatibility to Laravel 8 (tested and works great). The requirements do not mention it but because of the inclusion of `"illuminate/support": "^9.0",`,...
Added support for the Timeline (horizontal timescale), Daily and Weekly views User can customize: - time slot interval (only in these 3 views) - opening and closing hours (to save...
Needed to use this package with PHP 7, so have made the nessersary adjustments to make it backwards compatible. Let me know if you need me to do anything else.
Right now, the `CalendarController` expects a `CalendarDataProviderInterface` which is supplied through dependency injection. For that to work, users of this package need to manually bind their own calendar data provider...
The following files need docblocks: - src/DataProvider/MonthCalendar.php - src/Http/Controllers/CalendarController.php - src/Event.php - src/CalendarDay.php I'm marking this 'good first issue' because it's a small task that will help a lot in...
Hello, In my app I have calendar_events table with all calendar events morphed to many other models. My generator look like this: ```php class CrmCalendarEventGenerator extends CustomEventGenerator { protected function...
- added week view to Nova Calendar - views can be enabled in nova-calendar.php config file, selector buttons are located in top right area - direct links from month view...
I would love to be able to quickly identify the current day by applying a border around the current calendar day. And I would like to add a general faded...