DEV Community

CakePHP 3: Bake by example

northgoingzax on September 14, 2018

This article is aimed at newbies to the CakePHP 3 framework. I'm a fan of CakePHP, and was completely new to it about 9 months ago. Any framework ...
Collapse
 
beginnerdeveloper profile image
Beginner Developer

When I try to make a model using this command bin/cake bake model Users

error 👇
bin/cake: No such file or directory

Collapse
 
ibrayandiyev profile image
Ibragim Yandiyev • Edited

You should try bin\cake instead of the bin/cake on Windows OS. Or cd bin&&cake...

Collapse
 
northgoingzax profile image
northgoingzax

Are you in the project root folder? Have you run composer install?

Collapse
 
beginnerdeveloper profile image
Beginner Developer

Yes

Collapse
 
msamgan profile image
Mohammed Samgan Khan

nice one bro...

Collapse
 
jovialcore profile image
Chidiebere Chukwudi

Thank you so much for sharing