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 ...
For further actions, you may consider blocking this person and/or reporting abuse
When I try to make a model using this command
bin/cake bake model Userserror 👇
bin/cake: No such file or directory
You should try bin\cake instead of the bin/cake on Windows OS. Or cd bin&&cake...
Are you in the project root folder? Have you run composer install?
Yes
nice one bro...
Thank you so much for sharing