livewire-calendar icon indicating copy to clipboard operation
livewire-calendar copied to clipboard

Laravel Livewire component to show Events in a good looking monthly calendar

Results 31 livewire-calendar issues
Sort by recently updated
recently updated
newest added

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires asantibanez/livewire-calendar ^2.1 -> satisfiable by asantibanez/livewire-calendar[2.1.0]. - asantibanez/livewire-calendar 2.1.0 requires illuminate/support ^6.0|^7.0|^8.0...

I am using it in a list view of users to view calendar for each users , i am thinking if we can pass events or model to the component...

This uses a bool called hideWeekends on the calendar.blade.php, if it is set to true and the day is a weekend, it will skip rendering the day. May contain a...

hw we could change locale ?

hey, thank you for making this kind of package for livewire, I always made my own livewire calendar but really doesn't know how to make it reusable I read some...