Hi, i need test in localhost the upgrade of Flarum... as i have some issues to solve.
I put Flarum folder on htdocs (XAMPP) connect the database but loads a blank page.
Maybe i need edit the domain, just edit config.php or need edit also database where the domain is not localhost?
If i need edit the database what i need to edit?
If i search in the database the domain i found many records.

Update:
I tried to replace my old domain with localhost by searching and replacing the domain in notepad++ but on localhost still see a blank page.. seems i am wrong in something ...
I see this:

Maybe is an issue of index.php ?
require 'vendor/autoload.php';
$server = new Flarum\Forum\Server(__DIR__);
$server->listen();
Thanks for the help.