This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Creating PDFs from eZ Platform (3+) | |
| 1. Add [KnpLabs/KnpSnappy](https://github.com/KnpLabs/KnpSnappyBundle/) to your project | |
| 2. Add a PublishListener | |
| The PublishListener deletes the .pdf when the content is updated. | |
| <?php | |
| namespace App\EventListener; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aptitude install memcached php5-memcached | |
| yum install memcached php-memcached |