evolution-cms/evo-ui
Composer 安装命令:
composer require evolution-cms/evo-ui
包简介
A Livewire and DaisyUI powered UI foundation for modern Evolution CMS manager modules.
README 文档
README
evo-ui is the Livewire + DaisyUI foundation for modern Evolution CMS manager modules. It is a technical package, not a standalone manager module.
The package lets modules such as sArticles and dIssues render modern manager
screens without pulling legacy manager CSS, jQuery, Bootstrap, main.js,
tabpane.js, Roboto, or CDN assets into the iframe.
What It Provides
x-evo::layoutmanager iframe shell with local CSS/JS assets.- Evolution manager theme sync for
evolight,evolightness,evodark, andevodarkness. - Livewire 4 bridge for Evolution manager routes, sessions, CSRF, assets, and minimal Laravel-style services.
- Config-driven module tables with table/list views, filters, sorting, pagination, inline edit, modal edit, row actions, drag reorder, and session state persistence.
- Config-driven forms for manager settings and resource-like forms.
- Provider-backed issue/workspace surface used by
dIssues. - Shared Blade components for buttons, icons, tabs, modals, cards, badges, choices, image fields, rich editors, and table cells.
Consumers
sArticles: publications, dictionaries, settings, article editor, sSeo and sLang integration surfaces.dIssues: issue tables, settings forms, kanban/list issue workspace and conversation preview.- Planned next consumers:
sLang,sSeo, and other manager modules that need the same Livewire runtime.
Install In A Module
{
"require": {
"evolution-cms/evo-ui": "^1.0"
}
}
Render an evo-ui-owned manager document:
<x-evo::layout :title="$pageTitle"> <x-evo::module-tabs :items="$tabs" :active="$activeTab" /> <livewire:evo-ui.module-table preset="vendor.module.items" :context="['moduleUrl' => $moduleUrl]" /> </x-evo::layout>
Publish EvoUI assets after install or update:
php artisan vendor:publish --tag=evo-ui --force
Evolution CMS 3.5.7+ understands EvoUI asset declarations as symlink
publishables. The public files under assets/modules/evo-ui are linked to the
package runtime when possible, so modules do not keep stale copied CSS or JS
after an EvoUI update. On hosting where symlinks are unavailable, vendor:publish
falls back to copying the files.
Documentation
Start from docs/.
docs/module-integration.md: module shell, assets, provider registration and examples.docs/module-table-contract.md: table, list, filters, modal and provider contracts.docs/components.md: component catalogue and usage.docs/consumers.md: howsArticlesanddIssuescurrently consume evo-ui.docs/release-checklist.md: first-release readiness checklist.docs/roadmap.md: useful base components to add before migratingsLangandsSeo.
Localized entrypoints:
Tests
Run the package smoke/contract suite from the package root:
composer test
Run a PHP syntax pass before release:
find src config lang tests -name '*.php' -print0 | xargs -0 -n1 php -l
Release Notes
This package is release-ready when:
- all consumer modules use evo-ui-owned iframe documents;
- no new screen mixes evo-ui with legacy manager UI bundles;
- session state persistence works for table/workspace filters and views;
- docs, translations, assets and smoke tests are updated together.
evolution-cms/evo-ui 适用场景与选型建议
evolution-cms/evo-ui 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 44 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 05 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「livewire」 「evocms」 「evolution-cms」 「DaisyUI」 「manager-ui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 evolution-cms/evo-ui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 evolution-cms/evo-ui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 evolution-cms/evo-ui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Livewire starter kit for Lunar e-commerce.
Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4
Livewire component that provides drawers (slide overs) that support multiple children while maintaining state.
Simple Livewire notifications system without any dependencies except TALL-stack.
Evocms package for work with Gallery for Resource in Evolution CMS and manipulate images with an expressive API
Laravel+livewire phone auth module
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 43
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-08