Welcome Guest, Not a member yet? Register   Sign In
Integrating dompdf
#2

Don't know if this is possible, but you can at least try. Personally I would use it the Composer way. :-)

PHP Code:
$psr4 = [
    
'App'         => APPPATH,                // To ensure filters, etc still found,
    
APP_NAMESPACE => APPPATH,                // For custom namespace
    
'Config'      => APPPATH 'Config',
    
'Dompdf\\Dompdf'      => APPPATH 'ThirdParty/dompdf/src',
    
'Dompdf\\Cpdf'      => APPPATH 'ThirdParty/dompdf/lib',
]; 
Reply


Messages In This Thread
Integrating dompdf - by rmilecki - 05-03-2020, 03:03 AM
RE: Integrating dompdf - by jreklund - 05-03-2020, 03:42 AM
RE: Integrating dompdf - by owino - 04-17-2021, 11:53 PM
RE: Integrating dompdf - by abatrans - 04-18-2021, 02:14 PM
RE: Integrating dompdf - by kenjis - 12-01-2023, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB