WAMP出現error msvcr120.dll msvcr110.dll錯誤,從Microsoft網站下載並安裝以下四個
Visual C++ Redistributable for Visual Studio 2012 Update 4
Visual C++ Redistributable Packages for Visual Studio 2013
Visual C++ Redistributable for Visual Studio 2015
Microsoft Visual C++ 2015 Redistributable Update 3
安裝後請將WAMP移除再重新安裝
HTTP Strict Transport Security (HSTS) not implemented 未使用嚴格安全傳輸(HSTS),教你如何設定
Laravel beginTransaction 使用$connection指定連線資料庫時若單純rollback會發生失敗的情況
經歷了多個alpha版本後Bootstrap 5 beta版於2020年12月7日釋出
在centos中建立新帳號,限制只能使用sftp,並且只能使用指定的目錄,並保持apache可以正常運作Laravel專案。
使用Laravel orwhere時,在SQL語法上常常需要多個where條件,此時搭配or要如何指定or的群組呢,正確用法應該使用閉包的方式