How to configure tcpdf when installing with Composer?
问题 Our legacy PHP code includes tcpdf (https://github.com/tecnickcom/TCPDF) as part of the code base. I am trying to move it out to a vendor folder, so I added Composer to the project, added TCPDF to composer.json and updated. But the config/tcpdf_config.php file is modified in our code base (custom PDF author name etc.), and rightfully so, according to the docs: http://www.tcpdf.org/installation.php Now, I'm not sure it's a good idea to modify vendor/tecnick.com/tcpdf/config/tcpdf_config.php