{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% if collector.queries|length > 0 %} {% set icon %} {{ include('@WouterJEloquent/data_collector/icon.svg') }} {% endset %} {% set text %}
{% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig') }} {% endif %} {% endblock %} {% block menu %} {{ include('@WouterJEloquent/data_collector/icon.svg') }} Eloquent {% endblock %} {% block panel %}No database queries were performed.
# | Duration | Query | Connection |
---|---|---|---|
{{ loop.index }} | {{ '%0.2f'|format(query.time) }} ms |
{{ query.sql|wouterj_format_sql }}
Bindings: {{ profiler_dump(query.bindings) }}
|
{{ query.connection }} |
There are no database connections used in this request.
There are no configured database connections.
Name | Configuration |
---|---|
{{ name }} | {{ profiler_dump(config, expand ? 1 : 0) }} |