Laravel Console
Real-Time console logger for laravel application
什么是Laravel Console?
Laravel Console是由giuna开发的Chrome扩展程序,该扩展的主要功能是“Real-Time console logger for laravel application”。
扩展截图
下载Laravel Console扩展crx文件
下载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 |
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" } } |