Blog Sections Open
dTui Editor v1.0.2: Runtime Assets for Clean dDocs Installs
dTui Editor v1.0.2 restores TOAST UI viewer and editor loading on clean Evolution CMS installs by publishing runtime assets automatically.
dTui Editor v1.0.2 fixes a clean-install issue where dDocs pages could display documentation as raw Markdown because the TOAST UI runtime assets were not available yet.
Published: May 15, 2026
What changed
- The package now automatically publishes
public/assets toassets/plugins/dTui.editorduring provider boot. - Symlinks are used where possible, with copying as a fallback.
- Manual publishing remains available through
vendor:publish --tag=dtui-editor-assets. - TOAST UI viewer and editor loading is restored for dDocs on clean Evolution CMS installs.
Why it matters
Documentation should be readable immediately after a package is installed. This release removes an annoying first-run failure mode and makes dDocs-based documentation pages feel much more reliable for new projects and demos.
sApi v1.0.4: OpenAPI-Friendly Responses and BOM-Safe Token JSON
sApi v1.0.4 aligns API responses with OpenAPI-friendly REST conventions and accepts UTF-8 BOM in token JSON request bodies.
dTui Editor v1.0.1: dDocs Documentation and Blade Highlighting
dTui Editor v1.0.1 adds full dDocs-ready multilingual documentation and improves Blade code highlighting for Evolution CMS and Laravel examples.