PHPackages                             bangnokia/laravel-serve-livereload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bangnokia/laravel-serve-livereload

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bangnokia/laravel-serve-livereload
==================================

Bring livereload to laravel artisan serve command

1.1.5(3y ago)1008.9k11[3 issues](https://github.com/bangnokia/laravel-serve-livereload/issues)MITPHPCI failing

Since May 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bangnokia/laravel-serve-livereload)[ Packagist](https://packagist.org/packages/bangnokia/laravel-serve-livereload)[ RSS](/packages/bangnokia-laravel-serve-livereload/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

Laravel Serve LiveReload
========================

[](#laravel-serve-livereload)

> **This package is daed, please use the new [Vite integrated](https://laravel.com/docs/9.x/vite#introduction) instead**

This package integrates into default `artisan serve` command an WebSockets server for live reloading the application when any file changed. How it works, checkout my [blog post](https://daudau.cc/posts/laravel-live-reload-without-javascript) for explaination if you don't like digging into source code.

[![Laravel serve livereload](demo.gif)](demo.gif)

Installation
------------

[](#installation)

For laravel 8, please use version ^1.x, and below use version 0.x

`composer require bangnokia/laravel-serve-livereload --dev`

Usage
-----

[](#usage)

Open terminal and run `php artisan serve`

This package works even when you use custom vhost such as `valet` or `laragon`

Configuration
-------------

[](#configuration)

By default, this package looking for files changes in these directories:

```
/app
/public
/config
/routes
/resources

```

If you want to customize the watched forlders, you can publish the configuration file by this commmand:

```
php artisan vendor:publish --provider="BangNokia\ServeLiveReload\CommandServiceProvider"
```

and then you can config what you want in the `config/serve_livereload.php`.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Recently: every ~168 days

Total

12

Last Release

1226d ago

Major Versions

0.1.3 → 1.0.02020-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/66da34ae32eba55e163bd3cdabd731c8462665845678a096a2b55a4743b597f7?d=identicon)[bangnokia](/maintainers/bangnokia)

---

Top Contributors

[![bangnokia](https://avatars.githubusercontent.com/u/5652494?v=4)](https://github.com/bangnokia "bangnokia (31 commits)")[![hasyirin](https://avatars.githubusercontent.com/u/25414222?v=4)](https://github.com/hasyirin "hasyirin (2 commits)")[![SlimGee](https://avatars.githubusercontent.com/u/42301835?v=4)](https://github.com/SlimGee "SlimGee (2 commits)")

---

Tags

laravellivereloadlivereloadingserve

### Embed Badge

![Health badge](/badges/bangnokia-laravel-serve-livereload/health.svg)

```
[![Health](https://phpackages.com/badges/bangnokia-laravel-serve-livereload/health.svg)](https://phpackages.com/packages/bangnokia-laravel-serve-livereload)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[krisawzm/critical-css

A Laravel package for generating and using inline critical-path CSS.

4714.2k2](/packages/krisawzm-critical-css)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
