PHPAML CLI 1.7.0-beta.31 is now available for macOS Apple Silicon, Windows x64, and Debian/Ubuntu x64. Every installer and portable archive is published with a SHA-256 checksum.
Start an empty AML View application
The new `--empty` option creates the smallest useful AML View project: one clean home page, without the demonstration, secondary pages, navigation, or themes.
aml create-view-app MyApp --empty
cd MyApp
aml serveOne project structure
Classic, AML View, and API projects now share the same `src/` foundation. Controllers, models, middleware, views, and routes have predictable locations. Existing classic projects can move to this structure with `aml migrate:structure`.
The model generators are clearer too: `aml make:model` creates a plain PHP model without requiring PHPAML Data, while `aml make:entity` creates a persistent entity when Data is installed.
Updated platform
This release distributes Template 0.5.0-beta.7 and Framework 0.3.0-beta.5. New AML View applications install View 0.1.0-beta.6 and Engine 0.1.0-beta.4, including native semantic components, `Alert`, `Console::log()`, and reactive progress controls.
Download the installer for your platform from the PHPAML download page, or inspect all release files and checksums on GitHub.