source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@EasyAdmin/welcome.html.twig")); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@EasyAdmin/welcome.html.twig")); // line 1 echo " Welcome to EasyAdmin 4

Welcome to EasyAdmin 4

You have successfully installed EasyAdmin 4 in your application.

Why am I seeing this page? Where's my backend menu?

This page is the default EasyAdmin dashboard page. You are seeing this page because you never customized the dashboard of your backend.

Edit the following file and use any of the ways to customize your dashboard contents:

";
        // line 180
        echo twig_escape_filter($this->env, (isset($context["dashboard_controller_filepath"]) || array_key_exists("dashboard_controller_filepath", $context) ? $context["dashboard_controller_filepath"] : (function () { throw new RuntimeError('Variable "dashboard_controller_filepath" does not exist.', 180, $this->source); })()), "html", null, true);
        echo "
"; $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "@EasyAdmin/welcome.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 224 => 180, 43 => 1,); } public function getSourceContext() { return new Source(" Welcome to EasyAdmin 4

Welcome to EasyAdmin 4

You have successfully installed EasyAdmin 4 in your application.

Why am I seeing this page? Where's my backend menu?

This page is the default EasyAdmin dashboard page. You are seeing this page because you never customized the dashboard of your backend.

Edit the following file and use any of the ways to customize your dashboard contents:

{{ dashboard_controller_filepath }}
", "@EasyAdmin/welcome.html.twig", "/home/poule/encrypted/stockage-syncable/www/development/html/caisse/vendor/easycorp/easyadmin-bundle/src/Resources/views/welcome.html.twig"); } }