Laravel 10 – 轉址 – redirect
redirect 通常被稱為「轉址」或「重新導向」。 從 controller 方法或 route 定義回傳的... » read more
redirect 通常被稱為「轉址」或「重新導向」。 從 controller 方法或 route 定義回傳的... » read more
fake() 與 faker 從 laravel 9 開始,官方的說明文件就用 fake() 全域函式來取代 ... » read more
「日期」跟「時間」是我們在寫程式時常遇到的資料類型,看起來容易,但是有些地方要特別注意,例如:格式、地區、不同... » read more
前言 在撰寫程式碼時,我們常常需要弄一些測試用的假資料來填充資料庫或是版面,faker 就是一個處理這件事的好... » read more
跟 Line 要「存取權杖」 先建立一個聊天室,假設叫「Kirin 測試群組」 使用 PC, 到 https:... » read more
使用 $_SERVER 我比較常用的一些資訊 // Client 端的 IP 位址 echo $_SERVER... » read more
sudo yum -y install http://rpms.remirepo.net/enterprise... » read more
PhpSpreadsheet 官方網站:https://github.com/PHPOffice/PhpSpr... » read more
一、使用 Vagrant 的目的 1、建立一致的開發環境 例如 Laravel 的 Homestead,可以讓... » read more
環境說明 要 CentOS 7 上安裝最新版本的 PHP,必需要透過 Remi 這個第三方套件庫來安裝,如果對... » read more