GetServiceLocator in Zend Framework 3
Good morning, i have been learning to program using a framework (Zend Framework). In my past experiences i was using a skeleton application v.2.5. That been said, all my past developed Modules work around servicelocator() from ServiceManager. Is there any way of installing ServiceManager(with the servicelocator functionality) in zend framework 3? If not, can you send me a propor way to work around servicelocator? Thank You for atention, have a awesome day :) */ UPDATED - Small module as example. As an example i will show you a login authentication module that i was using back in 2.5: my Module