Skip to content

Releases

Current version: 0.2.2

The latest release of all Larastvel crates is v0.2.2 (2026-08-02). Install it with:

bash
cargo install larastvel-new
cargo install larastvel-cli

Or add the framework to your project:

bash
cargo add larastvel-core

Release history

VersionDateHighlights
v0.2.22026-08-02First-party image processing (Image facade — resize/cover/crop pipeline, outputs, storage/app, test fake), container conditional bindings (#[bind_when] — Laravel 13.22 #[BindWhen] parity), email:dns validation rule, CookieJar with (name, path)-keyed queued() (Laravel 13.24 fix), scheduling timezones + next_run()
v0.2.12026-08-02AI SDK foundation (Ai, streaming, structured output, embeddings with caching, FakeAi), JSON:API resources (compound documents, sparse fieldsets), vector search (pgvector), origin-aware CSRF, queue routing + job attributes, Cache::touch(), 16+ new attribute macros (#[route], #[job], #[table], #[policy], #[factory], #[seeder], #[command], #[api_resource], #[provider], #[broadcast_event], #[mail], …), Pipeline, Str/Arr/Number/Stringable helpers
v0.2.02026-06-14First crates.io release — all 6 workspace crates: larastvel-core, larastvel-cli, larastvel-macros, larastvel-testing, larastvel-tinker, larastvel-new
v0.1.0Initial development — routing, ORM, auth, sessions, caching, artisan-like CLI

Crates

CrateDescriptioncrates.io
larastvel-coreFramework core — routing, ORM, config, auth, sessions, caching, queues, broadcasting, AIcrates.io
larastvel-macrosProcedural macroscrates.io
larastvel-cliArtisan-like CLI (larastvel command)crates.io
larastvel-testingTest utilities (TestClient, TestResponse, RefreshDatabase)crates.io
larastvel-tinkerInteractive REPLcrates.io
larastvel-newProject scaffolding (larastvel-new command)crates.io

Changelog

The full changelog is maintained in the repository: CHANGELOG.md

Released under the MIT License.