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 breaking change for anyone who is overwriting LivewireCalendar::mount(). However, they should be using LivewireCalendar::afterMount() anyway.
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 breaking change for anyone who is overwriting LivewireCalendar::mount(). However, they should be using LivewireCalendar::afterMount() anyway.