Answers for "laravel set timezone indonesia"

PHP
13

laravel date set timezone

edit /config/app.php
'timezone' => 'Asia/Dhaka'
Posted by: Guest on October-31-2020
0

how to set timezone for iran in laravel

1 ) go to config/app.php
2 ) 'timezone' => 'Asia/Tehran',
3 ) php artisan config:cache
4 ) php artisan cache:clear
Posted by: Guest on August-26-2021
0

laravel timezone

Inside env
add DB config
DB_TIMEZONE=+08:00
Posted by: Guest on September-29-2020

Browse Popular Code Answers by Language