PHPackages                             zulfajuniadi/laravel-watch - 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. zulfajuniadi/laravel-watch

ActiveLibrary

zulfajuniadi/laravel-watch
==========================

Watches your files for modifications and reloads the browser on changes. Supports event for easy integration

5451PHP

Since Feb 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zulfajuniadi/laravel-watch)[ Packagist](https://packagist.org/packages/zulfajuniadi/laravel-watch)[ RSS](/packages/zulfajuniadi-laravel-watch/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

LARAVEL WATCH
=============

[](#laravel-watch)

\#What is this?

This package will reload your browser anytime an important file in your application has changed. By default it watches the controllers, models, views folder and any css / js files loaded inside the view.

\##Why?

If you've been developing all these while without live reload, you're missing out on something great!

\##Then why not just use LiveReload?

1. Commercial one has to be paid.
2. The free ones often requires NodeJS, and most of the time bundled together with Bower, Grunt, etc, etc. Thus making it quite intimidating for junior developers.
3. There is not a package like this (that I know of) yet - especially for Laravel.

\#INSTALLATION

```
composer require zulfajuniadi/laravel-watch dev-master

```

\#SETUP

1. In /app/config/app.php, providers array, add: `'Zulfajuniadi\Watch\WatchServiceProvider'`
2. In your footer layout / template / view add the following: `{{HTML::watcherScript(1000)}}`
3. In the terminal, in your root project directory run: `artisan watch:enable`
4. That's it. Whenever you save a file, the browser should automatically reload reflecting the changes.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebfeadc84fdfc9fcc8d0a217f20a5df981163a0caaa4faaed9aa496b20c9bb68?d=identicon)[zulfajuniadi](/maintainers/zulfajuniadi)

---

Top Contributors

[![zulfajuniadi](https://avatars.githubusercontent.com/u/207807?v=4)](https://github.com/zulfajuniadi "zulfajuniadi (19 commits)")

### Embed Badge

![Health badge](/badges/zulfajuniadi-laravel-watch/health.svg)

```
[![Health](https://phpackages.com/badges/zulfajuniadi-laravel-watch/health.svg)](https://phpackages.com/packages/zulfajuniadi-laravel-watch)
```

PHPackages © 2026

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