dedsec / laravel-hot-reload
Laravel Hot Reload for Blade Views and Livewire Components
v1.0.0
2025-07-18 08:35 UTC
Requires
- php: ^7.4|^8.0|^9.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
README
A lightweight Laravel package that automatically reloads the browser when you modify your Blade views or Livewire components — no need to refresh manually.
Perfect for developers who want a simple hot reload experience during Laravel backend development without Vite or Webpack.
🚀 Features
- 🔥 Hot reload on Blade view changes
- 🔁 Auto-reload when Livewire component files change
- 🧠 No frontend build tools required (works out of the box)
- ⚡ Fast response via Server-Sent Events (SSE)
- 🎯 Injects JavaScript automatically via middleware
📦 Installation
composer require dedsec/laravel-hot-reload php artisan vendor:publish --tag=hot-reload-assets php artisan serve