Cookbook
Integrate javadocx with Yii 2
Warning
To run javadocx with Yii 2 it is mandatory to use the package that supports namespaces. This package is available for Advanced and Premium licenses.
- 1- Copy the content of the javadocx package in the folder vendor/javadocx.
- 2- Open the file composer.json. Add the autoload section, in case it doesn't exist yet. Then add the following classmap:
"vendor/javadocx/Classes/javadocx"
- 3- Update the autoloader of Composer:
Now, with these three easy steps completed, you can work with javadocx.
As an example, let's create a document in a controller, and then save it in the webroot folder with the name output.docx: