Blog Sections Open
Evolution CMS Installer 1.3.2: EVO Skills, Windows Fixes, and Cleaner CLI Installs
Evolution CMS Installer 1.3.2 adds optional project-local EVO Skills installation for CLI workflows and improves installs on Windows, renamed manager directories, and non-interactive environments.
Evolution CMS Installer 1.3.2 expands the installer beyond project creation. The headline feature is optional project-local EVO Skills installation for automated CLI workflows, backed by lockfiles, hash verification, and workflow metadata validation.
EVO Skills installation
The installer can now install selected EVO Skills as an optional final stage of a non-interactive install. This is intentionally CLI-only in this release and is designed for controlled project setup rather than hidden automation.
--skillsselects comma-separated skill names,default, ornone.--skills-sourcepoints to a local path or Git source with the skills manifest.--skills-refcan pin a branch, tag, or commit.--skills-linklinks skills instead of copying them.--skills-dry-runpreviews the plan without writing files.
evo install my-project --cli --skills=default --skills-source=/path/to/evo-skillsIntegrity and workflow metadata
- Skill payload hashes declared by the manifest are verified before installation.
- Missing files and content-hash mismatches are rejected before files are written.
- The installer writes a project-local
.evo-skills.lock.jsonwith source, mode, files, hashes, and operations. - Workflow metadata can be loaded and validated, but workflows are not executed automatically.
Install reliability fixes
- Windows installs now handle Evolution bootstrap paths and bundled Extras paths more reliably.
- Renamed manager directories now receive correct rewrite configuration for manager endpoints, EvoUI routes, and Livewire paths.
- Non-interactive CLI progress is redrawn in place instead of printing noisy repeated lines.
Updating
The recommended update path is still:
evo self-updateComposer users can update the bootstrap package directly:
composer global update evolution-cms/installer
Evolution CMS 3.5.7: Safer Updates, Better Backups, and Manager Polish
Evolution CMS 3.5.7 improves manager-driven updates, database backups, file manager downloads, CodeMirror autocomplete, EvoUI support, and update stability.
EvoUI v1.0.6: Reliable Livewire Routes and Refreshable Module Tables
EvoUI v1.0.6 improves Livewire endpoint registration, manager-prefixed routes, module tabs, tooltip behavior, and double-click refresh for nested module tables.