I need to tell a very important thing for me (perhaps for all users who use the composer in their projects). I am working on laravel. Whenever I work on my local machine, I start updating the composer after adding a new library to the vendor.
Now it works fine on the local machine. But when I upload these files to my server, it removes the error, for example, "Undefine class ....". I do not know how to execute the linker update command on the server (it may also be unsafe).
So I can just find out which files are being updated using composer updatein cmd. What other files need to be continued to avoid this error?
source
share