For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting started

Admin UI contains minimalist generic templates and routes for your admin panels.

Installation

Install the package using Composer and Symfony Flex:

composer require sylius/admin-ui

Basic routes

  • Dashboard - sylius_admin_ui_dashboard

  • Login - sylius_admin_ui_login

  • LoginCheck - sylius_admin_ui_login_check

  • Logout - sylius_admin_ui_logout

Minimalist templates

All these following templates are kind of "empty".

You can install the optional BootstrapAdminUi package to configure their contents automatically.

Crud templates

  • crud/create.html.twig

  • crud/index.html.twig

  • crud/show.html.twig

  • crud/update.html.twig

Usage with Sylius Resource package

Dashboard

  • dashboard/index.html.twig

Login

  • security/login.html.twig

Last updated

Was this helpful?