evolution-cms/evo-ui
Livewire + DaisyUI foundation for modern Evolution CMS manager modules. Provides an iframe layout with local assets, theme sync, a Livewire 4 bridge, config-driven tables/forms, and shared Blade components—no legacy manager CSS/JS or CDN dependencies.
Form - канонічна EvoUI поверхня для налаштувань, config editors,
model-backed editors і resource-like manager screens.
Повний технічний контракт лежить у Form Component; ця сторінка українською описує, як цим користуватись у dDocs.
Кожна стандартна форма має:
variant, density і layout;x-evo::form.field;data-evo-form і data-evo-form-dirty;<livewire:evo-ui.form
preset="vendor.module.settings"
:context="['moduleUrl' => $moduleUrl]"
/>
return [
'key' => 'vendor.module.settings',
'variant' => 'config',
'source' => ['type' => 'config', 'file' => 'vendor/module/settings.php'],
'density' => 'compact',
'layout' => 'settings',
'sections' => [
[
'key' => 'general',
'fields' => [
['name' => 'enabled', 'type' => 'checkbox', 'label' => 'Увімкнено'],
],
],
],
'actions' => [
['type' => 'save', 'label' => 'evo::global.action_save'],
],
];
config: PHP config files і module settings.model: persistence через model, який належить consumer module.resource: Evolution resource fields, TVs або localized resource values.Використовуй спільні типи: text, number, textarea, checkbox, select,
radio, multi-checkbox, choices, csv, datetime-local, color-picker,
alias, image, file, editor, display, resource-parent, config-map,
repeater, builder і зареєстровані custom views.
Приклади окремих полів лежать у Каталозі форм і полів.
EvoUI відповідає за layout, labels, field chrome, buttons, dirty state, editor/media bridges і validation rendering. Consumer відповідає за fields, source config, permissions, persistence і business rules.
How can I help you explore Laravel packages today?