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?
You can't, and you must not change anything in vendor
or any other package manager.