PHPackages                             ascsoftw/livewire-offline - 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. ascsoftw/livewire-offline

ActiveLibrary

ascsoftw/livewire-offline
=========================

Livewire Package to display Warning to User when they go Offline.

1.0.0(4y ago)115MITPHP

Since May 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ascsoftw/livewire-offline)[ Packagist](https://packagist.org/packages/ascsoftw/livewire-offline)[ RSS](/packages/ascsoftw-livewire-offline/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

livewire-offline
================

[](#livewire-offline)

Livewire Package to display Warning to User when they go Offline.

Requirements
------------

[](#requirements)

Make sure that [Livewire](https://laravel-livewire.com/) is installed properly on your project.

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

[](#installation)

You can install the Package using Composer

```
composer require ascsoftw/livewire-offline
```

Usage
-----

[](#usage)

Put Livewire-component `@livewire('offline')` into your app layout.

Make sure to insert it into correct context because it will be positioned absolutely.

Configurations
--------------

[](#configurations)

If you want to override the configurations, you must publish the assets using below command

```
php artisan vendor:publish --tag=config
```

This will publish the configuration file at `config/livewire-offline.php`. You can specify the following configurations

```
return [
    'offline_text' => 'You are currenly Offline!',
    'use_tailwind' => true,
    //Specify Inline Styles if use_tailwind is set to false
    'background_color' => '#9ACD32', //if you specify hex code, prefix with #
    'text_color' => '#FF0000',
    //Specify TailwindCss Classes if use_tailwind is set to true
    'text_class' => 'text-red-600',
    'background_class' => 'bg-yellow-300',
];
```

You can also publish the View using below command

```
php artisan vendor:publish --tag=views
```

This will publish the Views in `resources/views/vendor/livewire-offline` directory which you can then customize.

Troubleshooting
---------------

[](#troubleshooting)

Your messages don't get styles while using TailwindCss? Please publish your view. Therefore Laravel Mix compiler will find package related views and will purge CSS accordingly.

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits
-------

[](#credits)

- [AscSoftwares](http://www.ascsoftwares.com)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1817d ago

### Community

Maintainers

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

---

Top Contributors

[![ascsoftw](https://avatars.githubusercontent.com/u/43435855?v=4)](https://github.com/ascsoftw "ascsoftw (3 commits)")

### Embed Badge

![Health badge](/badges/ascsoftw-livewire-offline/health.svg)

```
[![Health](https://phpackages.com/badges/ascsoftw-livewire-offline/health.svg)](https://phpackages.com/packages/ascsoftw-livewire-offline)
```

PHPackages © 2026

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