PHPackages                             attla/laravel-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. attla/laravel-livereload

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

attla/laravel-livereload
========================

Bring livereload to laravel artisan serve command.

022PHP

Since Jul 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/attla/laravel-livereload)[ Packagist](https://packagist.org/packages/attla/laravel-livereload)[ RSS](/packages/attla-laravel-livereload/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel LiveReload
==================

[](#laravel-livereload)

This package integrates into default `artisan serve` command an WebSockets server for live reloading the application when any file changed.

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

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

[](#installation)

`composer require attla/laravel-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 --tag=attla/livereload/config
```

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

License
-------

[](#license)

This package is licensed under the [MIT license](LICENSE) © [Octha](https://octha.com).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/682727?v=4)[Andre Goncalves](/maintainers/nicolau)[@nicolau](https://github.com/nicolau)

---

Top Contributors

[![nicxlau](https://avatars.githubusercontent.com/u/17990891?v=4)](https://github.com/nicxlau "nicxlau (12 commits)")

### Embed Badge

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

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

###  Alternatives

[yii2mod/yii2-bootstrap-notify

Alert widget based on Bootstrap Notify extension {@link http://bootstrap-notify.remabledesigns.com/)

1564.1k4](/packages/yii2mod-yii2-bootstrap-notify)

PHPackages © 2026

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