Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 421 Bytes

TCPDF for Yii2 Extension

Memudahkan Install extension TCPDF ke Yii2 Framework Project

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dakodig/yii2-tcpdf "*"

or add

"dakodig/yii2-tcpdf": "*"

to the require section of your composer.json file.