On my localhost, no problem, everything works fine. But on my prod server, the event trigger no work.
I can subscribe and listen my events with js. But my debug console never receive my events.
And I saw some people mentionning timezone. I discovered:
- my debug console has UTC time ('eu' cluster)
- php localhost: UTC
- php prod: Europe/Paris
(I dont know if matters, but the timezone app.php of my Laravel is UTC)
Alright, we may have something here. The problem is that I'm ona shared hosting, and I cannot change the php.ini.
So guys, any clue about this ? How could I do to make work my events on the prod server ?