Download the PHP package invelity/laravel-headless-wizard without Composer
On this page you can find all versions of the php package invelity/laravel-headless-wizard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download invelity/laravel-headless-wizard
More information about invelity/laravel-headless-wizard
Files in invelity/laravel-headless-wizard
Package laravel-headless-wizard
Short Description Headless multi-step wizard package for Laravel with FormRequest validation, progress tracking, and frontend-agnostic API
License MIT
Homepage https://github.com/invelity/laravel-headless-wizard
Informations about the package laravel-headless-wizard
Laravel Headless Wizard
A powerful headless multi-step wizard package for Laravel. Build complex, multi-page forms with progress tracking, navigation, and validation. Bring your own frontend - works with React, Vue, Inertia, Livewire, Alpine.js, or any JavaScript framework.
✨ Features
- 🚀 Zero Frontend Lock-in - Pure JSON API for any framework
- ⚡ Interactive Generators - Beautiful CLI with Laravel Prompts for wizard creation
- 🎨 Pre-built Components - Blade components for rapid prototyping (Layout, ProgressBar, Navigation)
- 🔄 Vue 3 Composable - useWizard() composable with TypeScript definitions for SPA integration
- 🔀 Multi-Type Wizards - Generate Blade, API, Livewire, or Inertia wizards
- ✅ Laravel-Native Validation - Uses FormRequest classes with automatic integration
- 💾 Flexible Storage - Session, database, or cache adapters
- 📊 Smart Progress Tracking - Real-time completion percentages with automatic calculation
- 🔀 Conditional Logic - Optional steps, dynamic flows, and step reordering
- 🔔 Event-Driven - Hook into every wizard lifecycle event
- ✨ Modern PHP 8.4 - Property hooks, constructor promotion, and strict types
📚 Documentation
Full documentation available at: https://invelity.github.io/laravel-headless-wizard/
🚀 Quick Start
Install the package:
Publish the configuration:
Create your first wizard (interactive):
Or with options:
Add steps to your wizard:
📋 Requirements
- PHP 8.4 or higher
- Laravel 11.0 or 12.0
📊 Code Quality
- 89.7% Test Coverage - 397 comprehensive Pest tests
- Cyclomatic Complexity: 4.37 - Clean, maintainable code
- PHPStan Level 5 - Zero static analysis errors
- 100% Type Coverage - Full type declarations
- Architecture Tests - SOLID principles enforced via Pest Arch
🤝 Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
🔒 Security
Report security vulnerabilities via GitHub Security.
📝 License
The MIT License (MIT). See LICENSE.md for details.
👨💻 Credits
- Martin Halaj
- All Contributors
Built with ❤️ by Invelity
All versions of laravel-headless-wizard with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.31||^12.23.2