xxb5724 / id-slug
A Flarum 2.0 extension. Use id as slug in discussion URL.
Package info
git.parlz.com/Xiaoxiaobai5724/id-slug
Type:flarum-extension
pkg:composer/xxb5724/id-slug
2.0.0
2026-07-25 02:56 UTC
Requires
- flarum/core: ^2.0.0
README
A Flarum extension. Use id as the slug in the discussion URL.
AS-IS:
TO-BE:
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
- Install extension
- Enable ID Slug extension
- Basics > Slug Driver(Discussion) > Select id slug driver
Notice
- If you are using the sitemap(fof/sitemap) extension, you need to upgrade to v1.0.1 or above. (Use Slug Driver system properly)