i'm having hard time trying to integrate the grate DateTime Library carbon library with in my project in codeigniter 3 I tried this
$this->load->library('carbon');
and it's give me an error
not existing class
i think the problem is namespaces because carbon uses namespace carbon\carbon
Thank you in advance.