Getting started
Admin UI contains minimalist generic templates and routes for your admin panels.
Last updated
Was this helpful?
Was this helpful?
namespace App\Entity;
use Sylius\Resource\Metadata\AsResource;
use Sylius\Resource\Model\ResourceInterface;
#[AsResource(
templatesDir: '@SyliusAdminUi/crud',
)]
class Speaker implements ResourceInterface
{
// ...
}