Laravel Console

Real-Time console logger for laravel application

Laravel Console là gì?

Laravel Console là một tiện ích mở rộng Chrome được phát triển bởi giuna, và tính năng chính của nó là "Real-Time console logger for laravel application".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Laravel Console

Tải xuống các tệp mở rộng Laravel Console dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Laravel Console Laravel Console
ID eikhhbiadcdalcbppkfppnlmhhmcmanp
URL Chính Thức https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp
Mô tả Real-Time console logger for laravel application
Kích Thước Tệp 421 KB
Số Lần Cài Đặt 615
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-07-06
Ngày Phát Hành 2021-06-23
Nhà Phát Triển giuna
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/RedberryProducts/laravel-console
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}