-
Notifications
You must be signed in to change notification settings - Fork 22
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
autoload_file is reset after composer reinstall #13
Comments
OK I'll look into this. |
I can definitely duplicate this: Steps to duplicate:
The '/codezero/laravel-localized-routes/src/helpers.php' is definitely missing... |
…g `composer reinstall`. This bug was reported at funkjedi#13.
OK, I've confirmed that it's fixed in my fork of this package: https://packagist.org/packages/0.0.0/composer-include-files
See hopeseekr-contribs@0e77aa7
|
…g `composer reinstall`. This bug was reported at funkjedi#13.
Hey @SlavaAurim, I apologize for it taking me 7 months to resolve this issue. I have applied to my own fork of this package, as mentioned above, and I have also created a PR (#14) for this package, in case this project's maintainer ever is interested in fixing this bug. |
Hey, is anyone still maintaining this package? I took it upon myself to learn how this and composer plugins in general work. Because it was somewhat an educational project for me, I built it from scratch. If any maintainer is interested, I can try to translate my changes into a pull request. |
This project is very obviously abandoned. There are 254,597 installs of my fork of this project, 0.0.0/composer-include-files, which should be considered canon now. https://github.com/hopeseekr-contribs/composer-include-files |
@hopeseekr But some people reported it still had some issues. I hope you don't take offense of this. |
@ivanvermeyen I don’t take offense. But you really should post a PR or two to my project so we can all benefit. I’ve applied every PR submitted to this repo to mine, too. |
When I call command
composer reinstall <some/package>
the file vendor/composer/autoload_file.php is reseted to original content without my extra include files. Thecomposer update
fix problem, but I would like to avoid this extra work. Is it possible? Probably you need to add processing of some events that generates formcomposer reinstall
.The text was updated successfully, but these errors were encountered: