Shopware 6: Don’t make assumptions about paths and were your plugin lives
We have a template which generates documents for us. Unfortunately it broke with the following error: In short, the plugin tries to find vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php. But it is looking in shared/vendor and not in /vendor. Why is this? Because we use deployer to throw code on the server and the custom/plugins directory is shared between the […]