Releases: devrabiul/livewire-doctor
v1.0.0
🩺 LivewireDoctor v1.0.0 — Instant Livewire Health Checks & Auto Fixes
We are excited to announce the official release of LivewireDoctor v1.0.0, a powerful Laravel package designed to streamline your Livewire development experience by automatically diagnosing and fixing common Livewire issues!
🚀 What’s New in v1.0.0?
-
Comprehensive Livewire Health Checks: Scan your project for misconfigurations, missing assets, outdated files, and improper usage.
-
One-Command Auto-Fix: Automatically repair typical Livewire setup problems such as missing asset publishing and required service provider bootstrapping.
-
Developer Helpers: Includes useful methods to programmatically check and manage Livewire asset states.
-
Full Support for Livewire v3 & Laravel 8/10/11: Stay up-to-date with the latest Laravel ecosystem.
-
Clean, User-Friendly Artisan Commands:
php artisan livewire:doctorto run health checks
🎯 Why Use LivewireDoctor?
Livewire is a fantastic tool, but setup issues and configuration mishaps can slow down your development. LivewireDoctor empowers you to:
- Save time debugging tricky Livewire errors.
- Ensure your assets and components are correctly configured.
- Focus on building your app, not troubleshooting setup headaches.
📦 How to Get Started
composer require devrabiul/livewire-doctor
php artisan livewire:doctor # Run health check📬 Feedback & Contributions
We’d love your feedback! Report issues or contribute improvements on GitHub.
🔗 Links
- GitHub: https://github.com/devrabiul/livewire-doctor
- Packagist: https://packagist.org/packages/devrabiul/livewire-doctor
- Documentation: https://livewire-doctor.rixetbd.com
Thank you for supporting LivewireDoctor — making Livewire development smoother, faster, and more reliable!