xxb5724/id-slug

A Flarum 2.0 extension. Use id as slug in discussion URL.

Maintainers

Package info

git.parlz.com/Xiaoxiaobai5724/id-slug

Homepage

Issues

Type:flarum-extension

pkg:composer/xxb5724/id-slug

Transparency log

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

2.0.0 2026-07-25 02:56 UTC

This package is auto-updated.

Last update: 2026-07-30 16:27:46 UTC


README

MIT license Latest Stable Version Total Downloads

A Flarum extension. Use id as the slug in the discussion URL.

Installation

composer require xxb5724/id-slug

Migrating from pipecraft/flarum-ext-id-slug This extension was transferred to XXB and was previously published as pipecraft/flarum-ext-id-slug. The XXB line begins at 2.0.0, continuing the version history (the previous package reached 1.1.0). For forum admins, migration is a one-line change — swap the package, keep your settings and stored SEO data:

composer remove pipecraft/flarum-ext-id-slug
composer require xxb5724/id-slug
php flarum cache:clear

Updating

composer update xxb5724/id-slug

How to Use

  1. Install extension
  2. Enable ID Slug extension
  3. Basics > Slug Driver(Discussion) > Select id slug driver

Notice