-
Notifications
You must be signed in to change notification settings - Fork 21
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-dev files are not autoloaded #7
Comments
+1 |
I'm seeing the same thing;
The If I had to guess i'd say it might be here: https://github.com/funkjedi/composer-include-files/blob/master/src/Composer/AutoloadGenerator.php#L87, because Looking at composer, maybe https://github.com/composer/composer/blob/1.10/src/Composer/Autoload/AutoloadGenerator.php#L883 this is related 🤷♂️? Without knowing anything about composer plugin development I have hit a brick wall. |
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 As for the laravel env, check out my other project: |
I installed this plugin to address the exact issue you suggest in the README (overloading Laravel helper functions), and found that files outlined in the
autoload-dev
section of composer.json are not loaded.The text was updated successfully, but these errors were encountered: