海南苯概企业管理有限公司

0712-2888027 189-8648-0214
微信公眾號(hào)

孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

當(dāng)前位置:主頁(yè) > 技術(shù)支持 > PHP > laravel擴(kuò)展包beyondcode/laravel-query-detector N+1 問題捕殺神器

laravel擴(kuò)展包beyondcode/laravel-query-detector N+1 問題捕殺神器

時(shí)間:2018-12-07來(lái)源:風(fēng)信官網(wǎng) 點(diǎn)擊: 954次
beyondcode/laravel-query-detector擴(kuò)展包是一款查找問題的探測(cè)器,可以很方便的幫助開發(fā)者查找潛在的問題。
 
項(xiàng)目地址:https://github.com/beyondcode/laravel-query-detector
 
安裝命令:
 
composer require beyondcode/laravel-query-detector --dev
 
注意后面有跟參數(shù)--dev,表示該安裝只應(yīng)用于開發(fā)環(huán)境,而不是發(fā)布環(huán)境中使用。
 
安裝成功之后,我們將配置文件發(fā)布出來(lái)
 
php artisan vendor:publish --provider=BeyondCode\\QueryDetector\\QueryDetectorServiceProvider
 
配置文件生成config\querydetector.php
 
在querydetector.php配置文件中運(yùn)行以下幾種形式的N+1問題輸出
 
彈窗Alert:
 
\BeyondCode\QueryDetector\Outputs\Alert::class
 
Console:
\BeyondCode\QueryDetector\Outputs\Console::class
 
Clockwork:
\BeyondCode\QueryDetector\Outputs\Clockwork::class
 
Debugbar:
\BeyondCode\QueryDetector\Outputs\Debugbar::class
 
JSON:
\BeyondCode\QueryDetector\Outputs\Json::class
 
Log:
\BeyondCode\QueryDetector\Outputs\Log::class
 
默認(rèn)的laravel-query-detector輸出先項(xiàng)為:
 
'output' => [
        \BeyondCode\QueryDetector\Outputs\Alert::class,
        \BeyondCode\QueryDetector\Outputs\Log::class,
    ]
 
彈窗Alert和Log形式,你可以根據(jù)開發(fā)的需求進(jìn)行配置。

laravel擴(kuò)展包beyondcode/laravel-query-detector  N+1 問題捕殺神器
欄目列表
推薦內(nèi)容
熱點(diǎn)內(nèi)容
展開
淮阳县| 鹤岗市| 临泉县| 万宁市| 定远县| 乌兰浩特市| 台山市| 长岛县| 泰来县| 蕉岭县| 左贡县| 陆河县| 广河县| 齐河县| 漳浦县| 汉沽区| 南漳县| 讷河市| 泗阳县| 西青区| 大厂| 内乡县| 微山县| 象州县| 常德市| 名山县| 综艺| 河津市| 南涧| 云龙县| 永春县| 锡林浩特市| 清水县| 泌阳县| 绍兴市| 军事| 五华县| 定边县| 农安县| 平舆县| 平原县|