pixelworxio/livewire-workflows
Build multi-step workflows in Laravel / Livewire with zero boilerplate
85Stars
5Forks
17Claude Commits
PHPLanguage
laravellivewirelivewire-laravellivewire-packageslivewire3multi-stepmulti-step-formphpworkflowworkflows
First Claude commit: Nov 14, 2025Last Claude commit: 2mo agoDiscovered: Mar 23, 2026
Recent Claude Commits
feat: add Laravel 13.x support
a515fa42mo agoauthor_emailfeat: Make workflow name and step key parameters optional in navigation methods
5b6b49a6mo agoauthor_emailfix: Correct WorkflowStep attribute signature to (flow, key, middleware=[])
43f92f36mo agoauthor_emailrefactor: Update WorkflowStep attribute and remove WorkflowMiddleware
eaf9fd36mo agoauthor_emaildocs: Add comprehensive middleware documentation
4601bb86mo agoauthor_emailfeat: Add selective auth middleware support for workflows and steps
ae1f42c6mo agoauthor_emaildocs: Add comprehensive middleware architecture analysis
4a8a4996mo agoauthor_emailfeat: Add WorkflowName attribute for explicit workflow declaration
05db2bc6mo agoauthor_emailfeat: Implement dual-layer state persistence for improved reliability
bbdb4d76mo agoauthor_emailfeat: Add controller support for workflow steps with state management
592dcf47mo agoauthor_emailfix: Ensure Guard hook methods (onPass, onFail, onEnter, onExit) are properly called
6ef827c7mo agoauthor_emailfix: Restore original getUserKey logic to maintain session consistency
0e4d0767mo agoauthor_emailfix: Store route parameters only for ongoing workflows, not completed ones
22d7e867mo agoauthor_emailfix: Make user key calculation consistent across all classes
5170eff7mo agoauthor_emailfix: Store route parameters in workflow state for navigation
12535d07mo agoauthor_emailfeat: Add support for dynamic workflow routes with route parameters
ffd53347mo agoauthor_emaildocs: Add comprehensive CLAUDE.md guide for AI assistants
e4c44f57mo agoauthor_email