Laravel Console

Real-Time console logger for laravel application

Vad är Laravel Console?

Laravel Console är en Chrome-tillägg utvecklad av giuna, och dess huvudfunktion är "Real-Time console logger for laravel application".

Tilläggsskärmbilder

screenshot

Ladda ner Laravel Console-förlängningens CRX-fil

Ladda ner Laravel Console-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Laravel Console Laravel Console
ID eikhhbiadcdalcbppkfppnlmhhmcmanp
Officiell webbadress https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp
Beskrivning Real-Time console logger for laravel application
Filstorlek 421 KB
Antal Installationer 615
Aktuell Version 1.0.2
Senast Uppdaterad 2021-07-06
Publiceringsdatum 2021-06-23
Utvecklare giuna
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/RedberryProducts/laravel-console
Stödda Språk 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"
    }
}