I've asked everywhere and nobody is responding, so this will be the last time:
I'd like to help/take over maintaining this annotations package. I'd hate to see it disappear, because I love it.
For now, I've created a fork with all PRs included: https://github.com/rudiedirkx/laravelcollective-annotations but it would be much better if this actual package survived.
You can use the fork by adding a custom repository in your project's composer.json:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rudiedirkx/laravelcollective-annotations.git"
}
],
and then require that version specifically:
"laravelcollective/annotations": "dev-8.0-fork as 8.1",
It works, but it's silly, but I hope it won't be necessary for long.
I've asked everywhere and nobody is responding, so this will be the last time:
I'd like to help/take over maintaining this annotations package. I'd hate to see it disappear, because I love it.
For now, I've created a fork with all PRs included: https://github.com/rudiedirkx/laravelcollective-annotations but it would be much better if this actual package survived.
You can use the fork by adding a custom repository in your project's
composer.json:and then require that version specifically:
It works, but it's silly, but I hope it won't be necessary for long.