Hi,
I am trying to migrate zend 2 application to laminas. Finding an issues with loading namespace contents
use Application\Form\PubliccustContactUs;
use Application\Model\Rmacontactus;
use Libraries\Msc\Functions;
SRC Path is
module\Application\src
Moved all folders and updated module.config path. In my editor its not showing the trace path also
anyone had this issue ?
Thanks