Hi
I'm trying to make a simple extension that show the number of unread discussion for each tag in the index page and the tags page.
The purpose of this is to see in one page where there is update to read.
I have started with the extension guide and i succeed in creating the base module.
Now i'm trying to match the way of working of Flarum embeded extension.
And i get stuck with an issue of psr-4.
I get issue with loading a class for AddClientAssets
My test lead me to resume the issue by this error message.
bootstrap.php can't load the Class.
Fatal error: Class 'Nefald\Unreadcount\Listener\AddClientAssets' not found in /Users/antoine.monnier/Sites/flarum/flarum/extensions/nefald-unreadcount/bootstrap.php on line 14
Here you can see the git of the extension project.
http://git.nefald.fr/monnierant/nefald-unreadcount
I have check multiple times the composer.json and the bootstrap.php and the src/Listener/AddClientAssets
but i'm realy lost with this issue
thanks in advance for your help.