Explicit recording
A typed API for publishing activities. You choose what makes the feed — no model spying.
The activity feed pattern — timeline, aggregation, Activity Streams 2.0 — for your Laravel app.
Storyfeed::record(ActivityVerb::Confirm, object: $delivery, actor: $user, target: $customer);
Storyfeed::feed()->context($project)->get();PRE-1.0
The payload contract is a freeze candidate; authoring APIs may still shift. Roadmap →