Passionate developer and creative thinker
-
Wine in Black GmbH
- Berlin
- http://www.kcmueller.de
Pinned Loading
-
EasyAdmin: Active entity menu items
EasyAdmin: Active entity menu items 1{% macro render_menu_item(item, translation_domain) %}
2{% if item.type == 'divider' %}
3{{ item.label|trans(domain = translation_domain) }}
4{% else %}
5{% set menu_params = { menuIndex: item.menu_index, submenuIndex: item.submenu_index } %}
-
Adding page numbers to EasyAdmin lis...
Adding page numbers to EasyAdmin list views 1{% trans_default_domain 'EasyAdminBundle' %}
23{% set _paginator_request_parameters = _request_parameters|merge({'referer': null}) %}
45{% if paginator.haveToPaginate %}
-
Doctrine Migrations Template
Doctrine Migrations Template 1doctrine_migrations:
2dir_name: "%kernel.project_dir%/src/Migrations"
3namespace: "App\\Migrations"
4custom_template: "%kernel.project_dir%/src/Migrations/migration.tpl"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.