Laravel: 解決在 CentOS 7 下 log 檔無法寫入的問題
在非 homestead 的主機上執行 laravel 時,有時會出現空白畫面,或是以下的錯誤訊息: The ... » read more
在非 homestead 的主機上執行 laravel 時,有時會出現空白畫面,或是以下的錯誤訊息: The ... » read more
佇列的功用 1、把緩慢的工作 (例如:傳送郵件…) 移出網頁的同步呼叫,以節省載入網頁的時間。 2、處理大量的... » read more
supervisor 是一個用 python 開發的常駐程式管理工具。 php artisan queue:l... » read more
一、使用 Vagrant 的目的 1、建立一致的開發環境 例如 Laravel 的 Homestead,可以讓... » read more
問題描述 在使用 laravel-china 所提供的 homestead box 新建 laravel 專案... » read more
基本資料 Laravel 版本:5.8 本文是假設已經建立好 laravel 專案,可以看到以下畫面的狀態。 ... » read more
由於我會在不同的電腦上開發程式,為了要接續專案的開發進度,我用 git 配合 bitbuck 來做我的程式版本... » read more