Simple forum software for building great communities.
Go to file
Alexander Skvortsov 148f810d96 Don't resolve routes early.
In normal Flarum, extensions are only enabled during requests. Here, however, we enable some during boot. This resolves the FilesystemManager early, which resolves the Url Generator early. To fix this, we directly provide a filesystem disk for assets instead of getting it from the filesystem manager.
2021-04-23 18:26:41 -04:00
php-packages/testing Don't resolve routes early. 2021-04-23 18:26:41 -04:00