Hi, I just installed this component and put the mpdf into the vendor folder on my site. I loaded up a sample and I am getting this error:
Missing Plugin
Error: The application is trying to load a file from the Mpdf plugin
Error: Make sure your plugin Mpdf is in the app/Plugin directory and was loaded
<?php
CakePlugin::load('Mpdf');
Any ideas what I might have done incorrectly? I'm not sure why it is looking for a Plugin when this is in vendor. I don't have any reference in my bootstrap.php file to Mpdf, I have only followed your instructions on the readme.
Hi, I just installed this component and put the mpdf into the vendor folder on my site. I loaded up a sample and I am getting this error:
Missing Plugin
Error: The application is trying to load a file from the Mpdf plugin
Error: Make sure your plugin Mpdf is in the app/Plugin directory and was loaded
<?php CakePlugin::load('Mpdf');
Any ideas what I might have done incorrectly? I'm not sure why it is looking for a Plugin when this is in vendor. I don't have any reference in my bootstrap.php file to Mpdf, I have only followed your instructions on the readme.
Thanks