• 首頁
  • Python 筆記
  • Laravel

PHP

Laravel 10 – 轉址 – redirect

redirect 通常被稱為「轉址」或「重新導向」。 從 controller 方法或 route 定義回傳的... » read more

0
Read
Kirin written 1 年 ago
Laravel 10 – 使用 Faker 產生測試資料的常用方法

fake() 與 faker 從 laravel 9 開始,官方的說明文件就用 fake() 全域函式來取代 ... » read more

1
Read
Kirin written 2 年 ago
一定要會的 PHP 元件 – Carbon – 處理日期和時間

「日期」跟「時間」是我們在寫程式時常遇到的資料類型,看起來容易,但是有些地方要特別注意,例如:格式、地區、不同... » read more

2
Read
Kirin written 5 年 ago
【PHP 元件介紹】faker – 產生測試用的假資料

前言 在撰寫程式碼時,我們常常需要弄一些測試用的假資料來填充資料庫或是版面,faker 就是一個處理這件事的好... » read more

0
Read
Kirin written 5 年 ago
透過 PHP 來使用 LINE Notify

跟 Line 要「存取權杖」 先建立一個聊天室,假設叫「Kirin 測試群組」 使用 PC, 到 https:... » read more

0
Read
Kirin written 5 年 ago
使用 PHP 來取得 Client 端資訊

使用 $_SERVER 我比較常用的一些資訊 // Client 端的 IP 位址 echo $_SERVER... » read more

0
Read
Kirin written 5 年 ago
CentOS 7: 將 PHP 7.2 升級至 7.3

sudo yum -y install http://rpms.remirepo.net/enterprise... » read more

0
Read
Kirin written 5 年 ago
PhpSpreadsheet 使用教學 101 – 基本的安裝與使用

PhpSpreadsheet 官方網站:https://github.com/PHPOffice/PhpSpr... » read more

0
Read
Kirin written 6 年 ago
Vagrant 筆記 — 以 Laravel Homestead 開發環境為例

一、使用 Vagrant 的目的 1、建立一致的開發環境 例如 Laravel 的 Homestead,可以讓... » read more

0
Read
Kirin written 6 年 ago
在 CentOS 7 上安裝 PHP 7.3

環境說明 要 CentOS 7 上安裝最新版本的 PHP,必需要透過 Remi 這個第三方套件庫來安裝,如果對... » read more

0
Read
Kirin written 6 年 ago
Page navigation
  • 1 / 2
  • Current Page 1
  • Page 2
  • Next ›
  • 首頁
  • Python 筆記
  • Laravel
Copyright © 2025 Kirin. All rights reserved.