An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Offline Indicator

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-offline-indicator.svg)](https://packagist.org/packages/datlechin/flarum-offline-indicator) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-offline-indicator.svg)](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.

![](https://media1.giphy.com/media/Je5bBhZg9ytgmwZFIH/giphy.gif?cid=790b76112e7d94ffda01b5ef4dc7847edbab8d97842442b3&rid=giphy.gif&ct=g)

## 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)