Identify key Laravel DOMPDF components and files
masterThe package is composed of several key components that manage the integration between Laravel and the underlying Dompdf engine:
- ServiceProvider (
Barryvdh\DomPDF\ServiceProvider): Registers thedompdf,dompdf.options, anddompdf.wrapperbindings and handles publishing the configuration file. - PDF Wrapper (
src/PDF.php): The main class used by thePdforPDFfacade. It provides the primary API for loading content and generating output. - Configuration (
config/dompdf.php): The central location for DOMPDF defaults and security settings. - Facades: You can access the package functionality using the
PdforPDFaliases.