I load a composer library suited for CodeIgniter called SteeveDroz\Asset
, that I can access without problem with $asset = new SteeveDroz\Asset
.
I would like to be able to load it with CodeIgniter $this->load->library('SteeveDroz\Asset')
, but I get the error message
Unable to load requested class: SteeveDroz\Asset
Is it possible to achieve what I want? If yes, how?