dedsec/laravel-hot-reload

Laravel Hot Reload for Blade Views and Livewire Components

v1.0.0 2025-07-18 08:35 UTC

This package is auto-updated.

Last update: 2025-07-18 08:38:06 UTC


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