ram0ng1 how to transfer the domain from /public to just /
You can move all the files inside the /public directory, including your .htaccess into your public_html directory or where your Flarum files are. Don't forget to update the paths in both index.php and the flarumexecutable.
require 'vendor/autoload.php';
'base' => DIR,
'public' => DIR,
'storage' => DIR.'/storage',
Hope that helps! I'm on a sharing hosting, too. Let me know if you have any questions and I'll guide you through the process.