Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Evo Ui Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Компонент Form

Form - канонічна EvoUI поверхня для налаштувань, config editors, model-backed editors і resource-like manager screens.

Повний технічний контракт лежить у Form Component; ця сторінка українською описує, як цим користуватись у dDocs.

Анатомія форми

Кожна стандартна форма має:

  • form surface з класами variant, density і layout;
  • опційний heading з icon, title, meta і description;
  • спільний action toolbar із Save, Reset або URL actions;
  • опційні внутрішні tabs;
  • sections, які групують поля;
  • field rows через x-evo::form.field;
  • dirty-state markers: data-evo-form і data-evo-form-dirty;
  • source service, який завантажує, валідовує, кастить і зберігає дані.

Базове використання

<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'],
    ],
];

Типи source

  • 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.

Приклади окремих полів лежать у Каталозі форм і полів.

Ownership

EvoUI відповідає за layout, labels, field chrome, buttons, dirty state, editor/media bridges і validation rendering. Consumer відповідає за fields, source config, permissions, persistence і business rules.

Не робити

  • Не створювати module-local Save buttons.
  • Не додавати module-local CSS для labels, spacing або input widths.
  • Не дублювати dirty-state logic.
  • Не описувати modal shell behavior у form preset.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky