-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
livewire 3 #53
Comments
How to install with livewire version 3? |
Same can this please be updated to work with Livewire 3. Out of 25 composer plugins I use on my currently developed app this is the only one which is not compatible. |
In composer.json add these lines: and then: composer require asantibanez/livewire-calendar:dev-master |
You can use https://github.com/omnia-digital/livewire-calendar which is a fork of this calendar, but has been updated with some more features including support for livewire 3 |
How can i switch my app based on asantibanez to your omnia-digital/livewire-calendar ? |
I would remove that line from your composer.json (or run But yes, it's a drop-in replacement. |
do you have a list of new features? |
Uncaught TypeError: Cannot read properties of undefined (reading 'events')
The text was updated successfully, but these errors were encountered: