You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm desperate.
I'm using TCPDF 6.7 with Laravel 11.
I want to use my own tcpdf_config.php in my laravel config folder.
Why? because I don't want to rewrite the config in the vendor directory with every tcpdf update.
To do this you have to set the 'K_TCPDF_EXTERNAL_CONFIG' in MY config file to true.
after that, "php:artisan config:cache" throws an error: "'K_TCPDF_EXTERNAL_CONFIG" is already defined.
I've been trying to fix this problem for hours - no chance.
So the question: How can I use my own "tcpdf_config.php"???
The text was updated successfully, but these errors were encountered:
I'm desperate.
I'm using TCPDF 6.7 with Laravel 11.
I want to use my own tcpdf_config.php in my laravel config folder.
Why? because I don't want to rewrite the config in the vendor directory with every tcpdf update.
To do this you have to set the 'K_TCPDF_EXTERNAL_CONFIG' in MY config file to true.
after that, "php:artisan config:cache" throws an error: "'K_TCPDF_EXTERNAL_CONFIG" is already defined.
I've been trying to fix this problem for hours - no chance.
So the question: How can I use my own "tcpdf_config.php"???
The text was updated successfully, but these errors were encountered: