asantibanez / livewire-calendar

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

> Rather than forking it yourself, you may as well take advantage of someone else's fixed fork. #52

Open jordivela007 opened 1 year ago

jordivela007 commented 1 year ago
          > Rather than forking it yourself, you may as well take advantage of someone else's fixed fork.

In your composer.json add the following which will use the repository which @Butochnikov has already forked and updated to work with Laravel 9.

"repositories": [{ "type": "package", "canonical": false, "package": { "version": "master", "name": "asantibanez/livewire-calendar", "source": { "url": "https://github.com/Butochnikov/livewire-calendar.git", "type": "git", "reference": "master" } } }]

Then run composer require asantibanez/livewire-calendar:*

It'll then install for you.

Just remember to undo that and use the original when @asantibanez gets around to accepting the pull request.

In the terminal I had to use.

composer require asantibanez/livewire-calendar:dev-master

Originally posted by @grafxflow in https://github.com/asantibanez/livewire-calendar/issues/32#issuecomment-1447811117

Aghiad90 commented 1 year ago

@jordivela007 worked for me thank you

lrljoe commented 1 month ago

Worth noting that that's also stale.

https://github.com/omnia-digital/livewire-calendar

Is the most up to date fork in terms of features/bug fixes