So, I'm trying to figure out these listeners, but I'm having trouble finding any information on the symfony site regarding them.
At first, I wanted to create a listener that would be launched each time the page was loaded ... I thought that this could harm the overall performance of the system, so I thought that it only runs on: / and / otherpage
But then again, I am having trouble finding any information on where to start working with the listener. Any help is appreciated. All this, the listener will do, uses Doctrine to check the database and configure the session based on what it finds.
Again, any help or suggestions appreciated. Thank.
source
share