Laravel Console
Real-Time console logger for laravel application
O que é Laravel Console?
Laravel Console é uma extensão do Chrome desenvolvida por giuna, e sua principal característica é "Real-Time console logger for laravel application".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Laravel Console
Baixe arquivos de extensão Laravel Console no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Laravel Console |
ID | eikhhbiadcdalcbppkfppnlmhhmcmanp |
URL Oficial | https://chromewebstore.google.com/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp |
Descrição | Real-Time console logger for laravel application |
Tamanho do Arquivo | 421 KB |
Contagem de Instalações | 615 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-07-06 |
Data de Publicação | 2021-06-23 |
Desenvolvedor | giuna |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/RedberryProducts/laravel-console |
Idiomas Suportados | 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" } } |