omnia-digital / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
68 stars 7 forks source link

Target class [livewire-calendar] does not exist #20

Closed jordivela007 closed 4 months ago

jordivela007 commented 4 months ago

When i try to generate:

php artisan ide-helper:generate

shows error:

Exception: Target class [livewire-calendar] does not exist.
Skipping \Omnia\LivewireCalendar\LivewireCalendarFacade.

My composer.json

"require": { "omnia-digital/livewire-calendar": "^3.0" }
"autoload": { "OmniaDigital\\LivewireCalendar\\": "vendor/omnia-digital/livewire-calendar/src/"  }
joshtorres commented 4 months ago

Ok, I have added the service container binding in the service provider in this release. Please update composer and it should be fixed. https://github.com/omnia-digital/livewire-calendar/releases/tag/3.0.3