DevDb provides specialized integration for Laravel developers:
Eloquent Model Code Lens
When viewing Eloquent models, you can use Code Lens to:
- View the underlying database table.
- Generate a factory for the model (pre-filled with real data from the table).
Query Explainer
Analyze MySQL query execution plans:
- Open a Laravel PHP file containing a SQL query (Eloquent or
DB facade). - Select the SQL query.
- Click the
Explain query Code Lens or select it from the context menu. - The explanation will open in your browser (integrates with MySQL Visual Explain).