I'm brand new to FuelPhp, coming from Codeigniter, so i'm still in a early learning phase.
I'm trying to use the modules, but I guess I'm doing it wrong. I can access the controller directly with the /quizz/install url, but I cannot load a model within it, it throws me an exception : ErrorException [ Error ]: Class 'Quizz\Quizz' not found
I cannot figure what I'm doing wrong, even after a lot of research on the net.