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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}