Laravel Console
Real-Time console logger for laravel application
Co to jest Laravel Console?
Laravel Console to rozszerzenie Chrome opracowane przez giuna, a jego główną funkcją jest „Real-Time console logger for laravel application”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Laravel Console
Pobierz pliki rozszerzeń Laravel Console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Laravel Console |
ID | eikhhbiadcdalcbppkfppnlmhhmcmanp |
Oficjalny URL | https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp |
Opis | Real-Time console logger for laravel application |
Rozmiar pliku | 421 KB |
Liczba instalacji | 615 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-07-06 |
Data Publikacji | 2021-06-23 |
Deweloper | giuna |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/RedberryProducts/laravel-console |
Obsługiwane Języki | 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" } } |