Simplifying #MySQL Query Analysis with #Laravel Visual Explains 🔍
🛠️ #Laravel package that transforms complex MySQL EXPLAIN outputs into clear, comprehensible metrics through https://mysqlexplain.com
📊 Features three key #QueryBuilder methods:
Simplifying #MySQL Query Analysis with #Laravel Visual Explains 🔍
🛠️ #Laravel package that transforms complex MySQL EXPLAIN outputs into clear, comprehensible metrics through https://mysqlexplain.com
📊 Features three key #QueryBuilder methods:
* visualExplain: Returns URL to processed EXPLAIN output
* dumpVisualExplain: Shows URL while continuing execution
* ddVisualExplain: Displays URL and stops execution
💻 Supports raw #SQL queries through dedicated #MysqlExplain facade
🔧 Easy installation via #Composer: composer require tpetry/laravel-mysql-explain
Available on GitHub: https://github.com/tpetry/laravel-mysql-explain