We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: document v0.11.0 view path requirement Add a 'Configuring the view path' section to Template-Engine.md explaining that setViewPath() is required since v0.11.0 and the silent app/Views fallback was removed. Co-Authored-By: goose <goose@aaif.dev>
docs: document v0.10.0 breaking change (explicit $table) and drop guessing references Model.md now states that v0.10.0 requires an explicit $table property and throws RuntimeException otherwise. Home.md updated to the current tagline and corrected Model description. Co-Authored-By: goose <goose@aaif.dev>
wiki: add Static Analysis (PHPStan) page
revert(model): back to instance syntax — remove static __callStatic
docs: update for v0.9.2 — static model, patch, file responses - Model: static syntax User::find(42) as primary - Routing: add PATCH example - Controllers: add download() and file() helpers
Add 9 wiki pages: Getting Started, Routing, Controllers, Template Engine, Query Builder, Model, Sessions & CSRF, Security, Helpers
Initial Home page