rougin / combustor

MVC code generator for Codeigniter 3.
https://roug.in/combustor/
MIT License
31 stars 14 forks source link

Fatal error: Class 'Describe\Describe' not found #2

Closed kenjis closed 9 years ago

kenjis commented 9 years ago

combustor command does not work.

$ composer require rougin/combustor
$ php vendor/bin/combustor install:doctrine
$ vendor/bin/combustor create:scaffold test

Fatal error: Class 'Describe\Describe' not found in .../CodeIgniter-3.0.0/vendor/rougin/combustor/src/Doctrine/CreateControllerCommand.php on line 58

rougin commented 9 years ago

Oh. I forgot to release a new version for it. It's already fixed in dev-master. For a workaround about that issue, just replace use Describe\Describe with use Rougin\Describe\Describe for now. Thanks!

EDIT: Already released a new version :+1:

kenjis commented 9 years ago

Thank you. This error is gone.