Bear with me, I am not a PHP programmer. Could I access the Flarum master config (config.php
) from within a blade template (such as core/views/frontend/app.blade.php
) ? Currently, I just read config.php using @php/@endphp tags but it looks like a very ugly solution.