close
timezone設定位於 config/app.php 中的 timezone參數
預設為 'timezone' => 'UTC',
台灣的話就改成 'timezone' => 'Asia/Taipei',
時區設定可以參考: http://php.net/manual/en/timezones.php
設定完之後refresh可能還沒生效
要執行
php artisan cache:clear
php artisan view:clear
php artisan config:cache
清除cache即可
--
參考自
全站熱搜
留言列表