pixelworxio/livewire-workflows
Build multi-step workflows in Laravel / Livewire with zero boilerplate
80Stars
5Forks
17Claude Commits
PHPLanguage
laravellivewirelivewire-laravellivewire-packageslivewire3multi-stepmulti-step-formphpworkflowworkflows
First Claude commit: Nov 14, 2025Last Claude commit: 1mo agoDiscovered: Mar 23, 2026
Recent Claude Commits
feat: add Laravel 13.x support
a515fa41mo agoauthor_emailfeat: Make workflow name and step key parameters optional in navigation methods
5b6b49a5mo agoauthor_emailfix: Correct WorkflowStep attribute signature to (flow, key, middleware=[])
43f92f35mo agoauthor_emailrefactor: Update WorkflowStep attribute and remove WorkflowMiddleware
eaf9fd35mo agoauthor_emaildocs: Add comprehensive middleware documentation
4601bb85mo agoauthor_emailfeat: Add selective auth middleware support for workflows and steps
ae1f42c5mo agoauthor_emaildocs: Add comprehensive middleware architecture analysis
4a8a4995mo agoauthor_emailfeat: Add WorkflowName attribute for explicit workflow declaration
05db2bc5mo agoauthor_emailfeat: Implement dual-layer state persistence for improved reliability
bbdb4d75mo agoauthor_emailfeat: Add controller support for workflow steps with state management
592dcf45mo agoauthor_emailfix: Ensure Guard hook methods (onPass, onFail, onEnter, onExit) are properly called
6ef827c5mo agoauthor_emailfix: Restore original getUserKey logic to maintain session consistency
0e4d0765mo agoauthor_emailfix: Store route parameters only for ongoing workflows, not completed ones
22d7e865mo agoauthor_emailfix: Make user key calculation consistent across all classes
5170eff5mo agoauthor_emailfix: Store route parameters in workflow state for navigation
12535d05mo agoauthor_emailfeat: Add support for dynamic workflow routes with route parameters
ffd53345mo agoauthor_emaildocs: Add comprehensive CLAUDE.md guide for AI assistants
e4c44f55mo agoauthor_email