How can I generate Entities for Database using Doctrine and Codeigniter?
I found this line
$ php bin/console doctrine:mapping:import --force AcmeBlogBundle xml
But I did not know where I have to write it or how can I open the console of doctrine?