Closed tyurderi closed 8 years ago
Are you using the Composer Autoloader?
I had the same problem. And I have not using Composer Autoloader. When I try it, my code start to work.
So, if you use Composer in your project, you should use require './vendor/autoload.php';
instead of any library's autoloaders.
No more method: \Dwoo\Autoloader::register.
got the following error when trying to setup the autoloader of dwoo: http://puu.sh/hTm1Z/431090bcbd.png
what am i doing wrong?