Laravel this is not only a practical framework, it is also a programming style
I am using Lumen framework. How can I change Timezone to Europe/Paris CEST?
I added a varaible in my .env file:
.env
APP_TIMEZONE=Europe/Paris
But this doesnt work. What is the right way to update timezone?
Laravel 5.2, changing the 'timezone' => 'Europe/Paris' inside of the config/app.php file worked fine here
Laravel 5.2, changing the 'timezone' => 'Europe/Paris' inside of the config/app.php file worked fine here
RépondreSupprimer