Kumi
d901010399
- Introduced dependency management with Composer for easier package handling. - Added TCPDF library to generate PDFs of articles. - Implemented PDF download functionality via a custom endpoint. - Included admin notices to ensure Composer dependencies are installed. - Updated single article view with a download button for PDFs.
5 lines
62 B
JSON
5 lines
62 B
JSON
{
|
|
"require": {
|
|
"tecnickcom/tcpdf": "^6.7"
|
|
}
|
|
}
|