1
Greetings! I’m trying to generate models, controllers and templates in a Cakephp 3.x project using the Postgresql database. I’ve already created the tables, set up the connection (which is working according to the default Cake homepage), but when I run Bake, I get the following return:
bin/cake bake all
Welcome to CakePHP v3.4.3 Console
---------------------------------------------------------------
App : src
Path: /home/leandro/sites/taskmanager/src/
PHP : 7.0.15-1ubuntu4
---------------------------------------------------------------
Bake All
---------------------------------------------------------------
Possible model names based on your database:
Your database does not have any tables.
The package php7.0-pgsql is already installed and the connection via browser is correct, but Bake is not beyond this point and I can’t generate the files. What to do? Thanks for your attention.