Welcome Guest, Not a member yet? Register   Sign In
CI 4.4.0 modules shared services not working
#3

Did you really work with v4.3.x?
App\Config\Autoload.php should be:

PHP Code:
    public $psr4 = [
        APP_NAMESPACE => APPPATH// For custom app namespace
        'Config'      => APPPATH 'Config',
        'Modules\Base'    => ROOTPATH 'Modules/Base'// my custom modules
    ]; 

See https://codeigniter4.github.io/CodeIgnit...namespaces
Reply


Messages In This Thread
RE: CI 4.4.0 modules shared services not working - by kenjis - 08-30-2023, 04:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB