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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |