Laravel Console
Real-Time console logger for laravel application
Wat is Laravel Console?
Laravel Console is een Chrome-extensie ontwikkeld door giuna, en de belangrijkste functie is "Real-Time console logger for laravel application".
Extensie Screenshots
Download het CRX-bestand van de extensie Laravel Console
Download Laravel Console-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Laravel Console |
ID | eikhhbiadcdalcbppkfppnlmhhmcmanp |
Officiële URL | https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp |
Beschrijving | Real-Time console logger for laravel application |
Bestandsgrootte | 421 KB |
Aantal Installaties | 615 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-07-06 |
Publicatiedatum | 2021-06-23 |
Ontwikkelaar | giuna |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/RedberryProducts/laravel-console |
Ondersteunde Talen | 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" } } |