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
公式URL 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
Eメール [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"
    }
}