Well there is nothing wrong with extension . Problem was extension was not getting autoloaded . so i added
to composer.json file . And it started working , But it gives Ambiguous class resolution Warning in on composer update . So let me know if you have any thoughts about it . Thanks
Code: Select all
"psr-0": {
"Client_Html": "ext/extension-name/client/html/src"
}
to composer.json file . And it started working , But it gives Ambiguous class resolution Warning in on composer update . So let me know if you have any thoughts about it . Thanks