https://github.com/eddiewebb/flarum-age-check
https://github.com/eddiewebb/flarum-age-check
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddiewebb/flarum-age-check
- Owner: eddiewebb
- License: gpl-3.0
- Created: 2021-12-02T15:44:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T17:56:19.000Z (over 3 years ago)
- Last Synced: 2025-02-04T04:53:47.784Z (over 1 year ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Age Checker for Flarum
 [](https://packagist.org/packages/webbinaro/flarum-age-check) [](https://packagist.org/packages/webbinaro/flarum-age-check)https://img.shields.io/packagist/dm/webbinaro/flarum-age-check
A [Flarum](http://flarum.org) extension that blurs out any site content until the user accepts a legal disclaimer that you configure in the UI.

## Installation
Install with composer:
```sh
composer require webbinaro/flarum-age-check:"*"
```
## Updating
```sh
composer update webbinaro/flarum-age-check:"*"
php flarum migrate
php flarum cache:clear
```
## Links
- [Packagist](https://packagist.org/packages/webbinaro/flarum-age-check)
- [GitHub](https://github.com/webbinaro/flarum-age-check)
- [Discuss](https://discuss.flarum.org/d/29656-age-checker-age-verification-for-flarum-forum)