Skip to content

2.0.5

Latest

Choose a tag to compare

@ernestdefoe ernestdefoe released this 19 Jul 13:11

Fixed

  • Enabling the extension no longer 500s the forum on Flarum 2. TeamRepository read its bundled teams.json via the Laravel File facade, which isn't reliably bound in Flarum's container — so it threw "A facade root has not been set" while the user API document was built, taking down the forum frontend the moment the extension was enabled (Flarum's error handler masked it, so logs only showed the facade error). It now reads the file with plain file_exists()/file_get_contents(). Regression introduced in 2.0.4.