Skip to content

Instantly share code, notes, and snippets.

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;
@bgamrat
bgamrat / 0-gistfile1.txt
Last active July 12, 2019 09:11 — forked from K-Phoen/config.yml
Storing Symfony3 sessions in memcached
aptitude install memcached php5-memcached
yum install memcached php-memcached