PHPackages                             charlieetienne/filament-offline-notice - 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. charlieetienne/filament-offline-notice

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

charlieetienne/filament-offline-notice
======================================

A Filament plugin displaying a notice when you're offline

4.0.0(3mo ago)672[3 PRs](https://github.com/CharlieEtienne/filament-offline-notice/pulls)MITPHPPHP ^8.2CI passing

Since Jan 31Pushed 1mo agoCompare

[ Source](https://github.com/CharlieEtienne/filament-offline-notice)[ Packagist](https://packagist.org/packages/charlieetienne/filament-offline-notice)[ Docs](https://github.com/charlieetienne/filament-offline-notice)[ GitHub Sponsors](https://github.com/CharlieEtienne)[ RSS](/packages/charlieetienne-filament-offline-notice/feed)WikiDiscussions 4.x Synced 1mo ago

READMEChangelog (2)Dependencies (14)Versions (7)Used By (0)

Filament Offline Notice
=======================

[](#filament-offline-notice)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d5a7b20a53963b802314c82f44cfbc7b22512b4da92deaa57b1b808392d4c19b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636861726c6965657469656e6e652f66696c616d656e742d6f66666c696e652d6e6f746963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/charlieetienne/filament-offline-notice)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3abb102e984eb90bad93f143f0e5dba2a541efa35f58a7a67d5794534ed5219e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636861726c6965657469656e6e652f66696c616d656e742d6f66666c696e652d6e6f746963652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/charlieetienne/filament-offline-notice/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/cbed31a86c408d994f6788f66173e5aa60c7a7d2ef32693f7e8f345c368fb603/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636861726c6965657469656e6e652f66696c616d656e742d6f66666c696e652d6e6f746963652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/charlieetienne/filament-offline-notice/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/31d783e31521e5acb357b0a71b7627f594dc97c24bd03ecae6cfb83f4c0d5448/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636861726c6965657469656e6e652f66696c616d656e742d6f66666c696e652d6e6f746963652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/charlieetienne/filament-offline-notice)

[![Filament Offline Notice](filament-offline-notice.png)](filament-offline-notice.png)

A Filament plugin displaying a notice when you're offline.

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

[](#installation)

You can install the package via composer:

```
composer require charlieetienne/filament-offline-notice
```

Important

If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.

```
@source '../../../../vendor/charlieetienne/filament-offline-notice/resources/**/*.blade.php';
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-offline-notice-views"
```

Usage
-----

[](#usage)

Register the plugin in your Panel Provider, for example in `app/Providers/Filament/AdminPanelProvider.php`:

```
use CharlieEtienne\FilamentOfflineNotice\FilamentOfflineNoticePlugin;

return $panel
    ->plugins([
        FilamentOfflineNoticePlugin::make(),
    ]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Charlie Etienne](https://github.com/CharlieEtienne)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance86

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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 ~0 days

Total

4

Last Release

101d ago

Major Versions

3.x-dev → 4.x-dev2026-02-01

PHP version history (2 changes)4.0.0PHP ^8.2

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/87a9f2bb61802ac686a254580641ce7c2000c22b6894987de47d62c9a3e1fa9f?d=identicon)[CharlieEtienne](/maintainers/CharlieEtienne)

---

Top Contributors

[![CharlieEtienne](https://avatars.githubusercontent.com/u/9772943?v=4)](https://github.com/CharlieEtienne "CharlieEtienne (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelfilamentphpCharlieEtiennefilament-offline-notice

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/charlieetienne-filament-offline-notice/health.svg)

```
[![Health](https://phpackages.com/badges/charlieetienne-filament-offline-notice/health.svg)](https://phpackages.com/packages/charlieetienne-filament-offline-notice)
```

###  Alternatives

[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[codewithdennis/filament-lucide-icons

A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.

4529.4k2](/packages/codewithdennis-filament-lucide-icons)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

2968.2k3](/packages/lara-zeus-popover)[lara-zeus/inline-chart

Zeus Inline Chart easily add a chart in filamentPHP table column

2139.9k](/packages/lara-zeus-inline-chart)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)

PHPackages © 2026

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