Reputation: 6264
I am trying to run a Laravel project in Heroku. I have made some changes to on some file in the vendor. When I push my code to Heroku, all my changes are gone then. How do I keep the changes I have made to the vendor
folder?
Upvotes: 1
Views: 515
Reputation: 2059
You can't, and you must not change anything in vendor
or any other package manager.
Upvotes: 3