xypp/store

Add a basic store framework to be extend by other extensions.

Maintainers

Details

github.com/zxy19/store

Source

Issues

Installs: 626

Dependents: 7

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:flarum-extension

v1.1.5 2024-08-27 16:34 UTC

README

License Latest Stable Version Total Downloads

简体中文使用者见此文档

A Flarum extension.

This extension provides a store that can be used to purchase item with money of antoinefr/flarum-ext-money.

This extension requires PHP8 or above!

This extension requires scheduler. If not configured, the expire will never happens automatically.

More details, see Wiki

Development

This extension provides a simple way to create an item for user to select. It can also used to any case when need to create an item using with money.

About how to create a provider, see xypp-store-template

Installation

Install with composer:

composer require xypp/store:"*"

Updating

composer update xypp/store:"*"
php flarum migrate
php flarum cache:clear

Links