We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> 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 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 #32 (comment)
The text was updated successfully, but these errors were encountered:
@jordivela007 worked for me thank you
Sorry, something went wrong.
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
No branches or pull requests
In the terminal I had to use.
Originally posted by @grafxflow in #32 (comment)
The text was updated successfully, but these errors were encountered: