Laravel Console

Real-Time console logger for laravel application

Laravel Consoleคืออะไร?

Laravel Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giuna และคุณลักษณะหลักของมันคือ "Real-Time console logger for laravel application"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laravel Console

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}