https://github.com/datlechin/flarum-offline-indicator
A simple offline indicator that shows when the user loses internet connection.
https://github.com/datlechin/flarum-offline-indicator
Last synced: 2 months ago
JSON representation
A simple offline indicator that shows when the user loses internet connection.
- Host: GitHub
- URL: https://github.com/datlechin/flarum-offline-indicator
- Owner: datlechin
- License: mit
- Created: 2022-04-28T16:47:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T03:48:09.000Z (7 months ago)
- Last Synced: 2025-04-04T15:16:29.796Z (2 months ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Offline Indicator
 [](https://packagist.org/packages/datlechin/flarum-offline-indicator) [](https://packagist.org/packages/datlechin/flarum-offline-indicator)
A [Flarum](http://flarum.org) extension. A simple offline indicator that shows when the user loses internet connection.

## Installation
Install with composer:
```sh
composer require datlechin/flarum-offline-indicator:"*"
```## Updating
```sh
composer update datlechin/flarum-offline-indicator:"*"
php flarum cache:clear
```## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-offline-indicator)
- [GitHub](https://github.com/datlechin/flarum-offline-indicator)
- [Discuss](https://discuss.flarum.org/d/30714)