Laravel Console
Real-Time console logger for laravel application
Apa itu Laravel Console?
Laravel Console adalah ekstensi Chrome yang dikembangkan oleh giuna, dan fitur utamanya adalah "Real-Time console logger for laravel application".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Laravel Console
Unduh file ekstensi Laravel Console dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Laravel Console |
ID | eikhhbiadcdalcbppkfppnlmhhmcmanp |
URL Resmi | https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp |
Deskripsi | Real-Time console logger for laravel application |
Ukuran File | 421 KB |
Jumlah Instalasi | 615 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-07-06 |
Tanggal Publikasi | 2021-06-23 |
Pengembang | giuna |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/RedberryProducts/laravel-console |
Bahasa yang Didukung | 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" } } |