Cloudflare integration.
See the screenshots subfolder.
composer require nearata/flarum-ext-cloudflare:"*"
composer update nearata/flarum-ext-cloudflare:"*"
php flarum cache:clear
Disable the extension, click purge then execute:
composer remove nearata/flarum-ext-cloudflare
php flarum cache:clear
You can try to follow this guide here
or you can add this to your local config.php
# Adding driver to Flarum Assets filesystem
<?php return array (
'debug' => false,
...
'disk_driver.flarum-assets' => 'r2',
'disk_driver.another-extension-filesystem' => 'r2'
);