Migration Issues

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

Hi, I hope this page helps you out. Thanks!

1 Like

Thanks for the reply, i have figured out issue. It was something with my server synchronization from phpstorm FTP. Some files didnt synchronized to server folder where the application was hosted.