04-15-2020, 11:08 PM
Hmm... I think this is a bug related to the way CodeIgniter discover custom namespaces right now.
You have to place part:
at the beginning of the $psr4 array in Autoload class. That should help for now. Or you can also change the location of the package away from App namespace (something else than app/ folder).
You have to place part:
PHP Code:
'Michalsn\Minifier' => APPPATH .'ThirdParty/minifier/src'