Laravel Query Adviser
Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser).
What is Laravel Query Adviser?
Laravel Query Adviser is a Chrome extension developed by m.broersen, and its main feature is "Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser).".
Extension Screenshots
Download Laravel Query Adviser Extension CRX File
Download Laravel Query Adviser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Developer extension that will show you the queries used by your Laravel application. The Laravel Query Adviser developer extension is used in combination with laravel query adviser https://github.com/socialblue/laravel-query-adviser.
Extension Basic Information
Name | Laravel Query Adviser |
ID | dgojkgibloeebbjieckfjaflodkamdbf |
Official URL | https://chromewebstore.google.com/detail/laravel-query-adviser/dgojkgibloeebbjieckfjaflodkamdbf |
Description | Developer extension of Laravel Query Adviser (https://github.com/socialblue/laravel-query-adviser). |
File Size | 19.56 KB |
Installation Count | 148 |
Current Version | 1.0.0 |
Last Updated | 2022-12-15 |
Publish Date | 2022-12-14 |
Developer | m.broersen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/socialblue/laravel-query-adviser |
Help Page URL | https://github.com/socialblue/laravel-query-adviser |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Laravel Query Adviser", "description": "Developer extension of Laravel Query Adviser (https:\/\/github.com\/socialblue\/laravel-query-adviser).", "author": "m.broersen", "version": "1.0.0", "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/favicon48.png", "128": "images\/favicon128.png" }, "devtools_page": "app\/laravel-query-adviser.html", "permissions": [ "tabs" ], "host_permissions": [ " |