lubusIN/laravel-decomposer擴(kuò)展包專用于解決laravel擴(kuò)項(xiàng)目中對(duì)Composer依賴的關(guān)系,能夠檢測(cè)項(xiàng)目及服務(wù)器環(huán)境。 github地址:https://github.com/lubusIN/laravel-decomposer 安裝: composer require lubusin/larave
壓縮 HTML 加速網(wǎng)頁響應(yīng) renatomarinho/laravel-page-speed,擴(kuò)展包可以自動(dòng)的優(yōu)化網(wǎng)站,將HTML加速輸出顯示在客戶端瀏覽器。 項(xiàng)目地址:https://github.com/renatomarinho/laravel-page-speed 安裝命令: $
laravel User Agent 輕松識(shí)別客戶端信息 jenssegers/agent,客戶端會(huì)通過這個(gè)請(qǐng)求向訪問網(wǎng)站提供瀏覽器類型、操作系統(tǒng)及版本,瀏覽器渲染引擎,瀏覽器語言等標(biāo)識(shí)的信息。 項(xiàng)目地址:https
beyondcode/laravel-query-detector擴(kuò)展包是一款查找問題的探測(cè)器,可以很方便的幫助開發(fā)者查找潛在的問題。 項(xiàng)目地址:https://github.com/beyondcode/laravel-query-detector 安裝命令: composer require bey
laravel擴(kuò)展包統(tǒng)計(jì)頁面訪問次數(shù)awssat/laravel-visits,用于統(tǒng)計(jì)在每個(gè)頁面的訪問次數(shù),通過判斷IP來實(shí)現(xiàn)通過訪問次數(shù)的功能。 項(xiàng)目地址:https://github.com/awssat/laravel-visits 安裝命令: compo
milon/barcode可生成一維碼、二維碼等多種條碼格式,使用也非常的方便。 項(xiàng)目地址:https://github.com/milon/barcode 安裝: $ composer require milon/barcode 安裝完成之后,我們需要注冊(cè)providers服務(wù)
報(bào)錯(cuò)信息如下: Symfony\Component\Debug\Exception\FatalThrowableError thrown with message Argument 2 passed to Symfony\Component\HttpFoundation\Request:: setTrustedProxies() must be of the type integer, array given, called in D:\phpSt
此操作記錄基于laravel 5.5升級(jí)到laravel 5.7,我們需要修改composer.json文件,將: laravel/framework: 5.5.*, 修改為: laravel/framework: 5.7.*, 執(zhí)行命令: $ composer update 出錯(cuò)小插曲: 更新過程中報(bào)了以
利用 Clockwork 在 Google Chrome 下調(diào)試你的 laravel APP itsgoingd/clockwork,讓調(diào)試變得更簡(jiǎn)單。 安裝命令: $ composer require itsgoingd/clockwork 我們可以通過安裝瀏覽器的插件來查看高調(diào)試工具的相關(guān)
laravel日志查看工具 rap2hpoutre/laravel-log-viewer是一款非常不錯(cuò)的用于web管理日志的工具。 安裝: composer require rap2hpoutre/laravel-log-viewer 我們只需要在路由文件中添加一條路由規(guī)則即可: Ro
1 絕對(duì)路徑、相對(duì)路徑和未確定路徑 相對(duì)路徑 相對(duì)路徑指以.開頭的路徑,例如 ./...
使用Laravel進(jìn)行數(shù)據(jù)庫遷移文件開發(fā),有些字段我們需要建立索引, $table-strin...
一、橙色 【配色】設(shè)計(jì)師談配色 wbr wbr配色方案 wbrWEB;{轉(zhuǎn)載}【配色】設(shè)計(jì)師...
風(fēng)信建站在項(xiàng)目開發(fā)中使用前后端分離技術(shù),前端采用Vue,后端使用php,在開發(fā)過...
出現(xiàn)這個(gè)錯(cuò)誤說明是程序在調(diào)用ZipArchive 這個(gè)類的時(shí)候沒有成功,原因是由于在...
mysql查詢相關(guān)文章或相關(guān)資源的代碼 select * from ***_ecms where classid=0 a...
前段時(shí)間在做一個(gè)網(wǎng)站項(xiàng)目,要求能在線播放視頻、音樂,這個(gè)以前還真沒接觸過。...
Laravel報(bào)錯(cuò) The payload is invalid.的解決方法Laravel項(xiàng)目在登陸驗(yàn)證的時(shí)候,...