Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extum/time-machine
[WIP] 🕐 Modify the time of your posts, user registrations and more by travelling back in time.
https://github.com/extum/time-machine
composer css database date db extension flarum flarum-ext flarum-ext-time-machine flarum-extension javascript js mysql php plugin time time-machine
Last synced: about 1 month ago
JSON representation
[WIP] 🕐 Modify the time of your posts, user registrations and more by travelling back in time.
- Host: GitHub
- URL: https://github.com/extum/time-machine
- Owner: Extum
- License: mit
- Created: 2018-08-04T15:12:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T22:51:42.000Z (over 6 years ago)
- Last Synced: 2024-11-15T21:51:34.319Z (about 2 months ago)
- Topics: composer, css, database, date, db, extension, flarum, flarum-ext, flarum-ext-time-machine, flarum-extension, javascript, js, mysql, php, plugin, time, time-machine
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Machine Extension by [Extum](https://github.com/Extum)
![Extum Extension](https://img.shields.io/badge/Extum-Extension-orange.svg)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Extum/flarum-ext-time-machine/issues)
[![GitHub issues](https://img.shields.io/github/issues/Extum/flarum-ext-time-machine.svg)](https://github.com/Extum/flarum-ext-time-machine/issues)
[![GitHub forks](https://img.shields.io/github/forks/Extum/flarum-ext-time-machine.svg)](https://github.com/Extum/flarum-ext-time-machine/network)
[![GitHub stars](https://img.shields.io/github/stars/Extum/flarum-ext-time-machine.svg)](https://github.com/Extum/flarum-ext-time-machine/stargazers)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Extum/flarum-ext-time-machine/master/LICENSE)Edit dates and times around your Flarum forum.
## Supported areas
- Post date & time
- User registration date & time## Installation
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:
```bash
composer require extum/flarum-ext-time-machine
```## Updating
```bash
composer require extum/flarum-ext-time-machine
php flarum cache:clear
```