@luceos
I am also getting same error as
'ReflectionException' with message 'Class Cit\Tracker\Listeners\AddFootPrintJs does not exist'
i follow the given guideline for extension develop till hello world , its work fine
I tried to build stand ways as mention by flagrow with same directory structure
extensions
cit-tracker
assets
js
cittracker.js
src
Listeners
AddFootPrintJs.php
bootstrap.php
composer.json
I have also added
require
"cit/cit-tracker": "*@dev" in root composer.json
"repositories": [
{
"type": "path",
"url": "extensions/cit-tracker/"
}
],
i also keep namespace as same for
namespace Cit\Tracker =>> boostrap.php ,
namespace Cit\Tracker\Listeners ==> AddFootPrintJs.php
But after composer update its removed the directory
please correct me if i am wrong some where
thanks for quick reply