DoomSram
DoomSram

Reputation: 13

cakephp error Table class for alias xxx could not be found

This is my first time with cakephp (using xampp and phpmyadmin) and I just created table orders and controller for it in terminal using command: .\cake bake controller orders, but when i open it there is an error error pic. I tried with other names and tables but nothing worked. How do I fix it?

Upvotes: 1

Views: 3444

Answers (1)

Chadou Mohamed Ali
Chadou Mohamed Ali

Reputation: 36

You should create model run in terminal ./cake bake model orders

Upvotes: 1

Related Questions