承接 delickate/query-analyzer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

delickate/query-analyzer

Composer 安装命令:

composer require delickate/query-analyzer

包简介

Analyze and optimize Laravel queries

README 文档

README

A Laravel package to interactively analyze and run SQL queries on your database with ease.

Features

  • List all database tables in a convenient sidebar.
  • Show table columns dynamically on clicking each table.
  • Write and execute raw SQL queries using a simple query editor.
  • Display query results in a clean, scrollable tabular format.
  • Easy to publish configuration and stub files to your Laravel application.
  • Built with a minimal setup to integrate smoothly into existing Laravel projects.

Installation

Install the package via Composer:

> composer require delickate/query-analyzer
> php artisan vendor:publish --tag=query-analyzer --force

Copy following routes to routes/web.php

use App\Http\Controllers\QueryAnalyzerController;


Route::get('/query-analyzer', [QueryAnalyzerController::class,'index']);

Route::get('/query-analyzer/tables', [QueryAnalyzerController::class,'tables']);
Route::get('/query-analyzer/columns/{table}', [QueryAnalyzerController::class,'columns']);
Route::post('/query-analyzer/execute', [QueryAnalyzerController::class,'execute']);

🤝 Contributing

Contributions are welcome.

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Open a Pull Request

📄 License

This package is open-sourced software licensed under the MIT license.

🏢 Maintained By

Developed and maintained by Delickate.

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-03-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固