storyfeed/ui
Storyfeed UI — renderers for activity feeds
Storyfeed UI is a free, MIT-licensed set of renderers for Storyfeed activity feeds: components that take a payload node and draw it. Vue/Inertia first, then Blade, with Livewire and React following.
The detail forms moved to core on 2026-09-14.
Markdown,Change,Fields,Excerpt,FileandMediaObjectareStoryfeed\Detail\*instoryfeed/storyfeed, and their storage names gained a segment:Storyfeed/Detail/Change. Their names always saidStoryfeed/rather thanstoryfeed-ui/, because a detail's name must not contain the library that defined it — so the vocabulary was core's while the classes were not. This package is the renderers.
Early development. This package currently depends on Storyfeed's
dev-mainbranch. Its API can change without a deprecation cycle. Commit your application's Composer lockfile to keep installations reproducible.
Installation
Requires PHP 8.4 or later in the PHP 8 series. The current test harness uses Laravel 12; CI runs PHP 8.4 and 8.5 on Ubuntu and Windows with lowest and stable dependencies.
composer require storyfeed/ui
Licence
MIT. See LICENSE.md.
Related Packages
Laravel Localizer bridges Laravel translations to your SPA frontend (React/Vue/I...
Driver-based form flow orchestration system with DirXML-style mapping for Larave...
Domion - Professional Architecture for Laravel with Automated Frontend & Auth In...
Laravilt - Modern Laravel Admin Panel with Vue 3, Inertia.js, and AI capabilitie...
Backend and frontend utilities for common Inertia.js + Laravel patterns. Type-sa...