I'm on Flarum 0.1.0-beta.7 at http://helptanks.com/
I suppressed the error below by renaming DIR vendor/avatar4eg/flarum-ext-share-social to vendor/avatar4eg/share-social. The error has gone but no functionality still so far...
[14-Dec-2017 11:22:10 UTC] PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class Avatar4eg\ShareSocial\Listener\AddClientAssets does not exist' in /home/helptanks/public_html/vendor/illuminate/container/Container.php:741
Stack trace:
#0 /home/helptanks/public_html/vendor/illuminate/container/Container.php(741): ReflectionClass->__construct('Avatar4eg\\Share...')
#1 /home/helptanks/public_html/vendor/illuminate/container/Container.php(631): Illuminate\Container\Container->build('Avatar4eg\\Share...', Array)
#2 /home/helptanks/public_html/vendor/flarum/core/src/Foundation/Application.php(513): Illuminate\Container\Container->make('Avatar4eg\\Share...', Array)
#3 /home/helptanks/public_html/vendor/illuminate/events/Dispatcher.php(149): Flarum\Foundation\Application->make('Avatar4eg\\Share...')
#4 /home/helptanks/public_html/vendor/illuminate/events/Dispatcher.php(135): Illuminate\Events\Dispatcher->resolveSubscriber('Avatar4eg\\Share...')
#5 /home/helptanks/public_html/vendor/avatar4eg/flarum-ext-share-social/bootstrap.php(7): Illu in /home/helptanks/public_html/vendor/illuminate/container/Container.php on line 741
I did this renaming after seeing the Flagrow extensions in vendor\flagrow\upload & vendor\flagrow\bazaar, both exclude the proposed prefix of flarum-ext-NAME ?
@NikolaiMorozov please help.