Closed SpectraX07 closed 1 year ago
Have you installed the library itself?
composer require michalsn/codeigniter-htmx
nah manual installation, as mentioned in doc.
What is your CodeIgniter version?
I got it thanks, but the doc is a bit confusing right, On the Manual installation section it's not even mentioned I have to run composer syntax in order to run the demo.
It's working now
Okay, thank you. I will try to update the introduction to be more clear about it.
have done whatever was suggested for the demo public $psr4 = [ APP_NAMESPACE => APPPATH, // For custom app namespace 'Config' => APPPATH . 'Config', 'Michalsn\CodeIgniterHtmxDemo' => APPPATH . 'ThirdParty/htmx-demo/src', ]; but still getting that error, do I have to load anything else?