Laravel Console

Real-Time console logger for laravel application

什麼是Laravel Console?

Laravel Console是由giuna開發的Chrome擴展程式,該擴展的主要功能是“Real-Time console logger for laravel application”。

擴展截圖

screenshot

下載Laravel Console擴展crx文件

下載Laravel Console擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Laravel console is a handy tool that gives you possibility to debug your laravel application code in a javascript-y manner. you'll get Laravel Console in your devtools panel, you'll have access all the logs that were logged by the Laravel Console, and you'll see these information without killing the code execution!

Please visit the docs for installing laravel-side package: https://github.com/RedberryProducts/laravel-console                    

擴展基本資訊

名稱 Laravel Console Laravel Console
ID eikhhbiadcdalcbppkfppnlmhhmcmanp
官方網址 https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp
簡介 Real-Time console logger for laravel application
檔案大小 421 KB
安裝次數 615
目前版本 1.0.2
更新時間 2021-07-06
上架時間 2021-06-23
開發者 giuna
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/RedberryProducts/laravel-console
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laravel Console",
    "description": "Real-Time console logger for laravel application",
    "minimum_chrome_version": "88.0",
    "devtools_page": "html\/app.html",
    "manifest_version": 3,
    "version": "1.0.2",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_icon": ".\/images\/laravel-console.png"
    },
    "icons": {
        "128": ".\/images\/laravel-console.png"
    }
}