When doing composer install --no-dev getting error GeneratorsServiceProvider not found #1000
-
Hi I am making preparations to push my application towards production but when I do the command ` Class "Backpack\Generators\GeneratorsServiceProvider" not found Script @php artisan storage:link handling the post-install-cmd event returned with error code 1 ` The backpack/generators package is a require-dev package and I don't think I have used it explicitly when creating my application so I was wondering if it is getting used in one of the backpack packages or something? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Hello @woutvdpol Try searching your app for It's possible that you added it in the providers list in Let me know, |
Beta Was this translation helpful? Give feedback.
-
Hello @woutvdpol you were able to solve this case with @pxpm answer? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I don't use the GeneratorsServiceProvider in any of my own classes I believe, I will double check first thing in the morning tomorrow |
Beta Was this translation helpful? Give feedback.
-
I've just checked it again, and with a fresh install the only mentions of a GeneratorsServiceProvider is in the composer.lock file, so I don't think I just it in any of my own code. |
Beta Was this translation helpful? Give feedback.
Hey @woutvdpol
No problem, always feel free to remove any information you are not comfortable sharing as long the important stays 👍
I would bet the issue is in that
packages.php
, what file is that ? Where is that file located, what does that file do ?Let me know.
Cheers