Getting started
Admin UI contains minimalist generic templates and routes for your admin panels.
Installation
Install the package using Composer and Symfony Flex:
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
src/Entity/Speaker.php
Dashboard
dashboard/index.html.twig
Login
security/login.html.twig
Last updated