When I run the command -
cake bake Model item
It gives an error -
"Could not find a task named ‘Model’.This used to work with cakephp 3.7 but it is not working in cakephp 4. What is the problem here? Can some one help me
Actually, the command(with capital M) was working till cakephp 3.7 but i guess in cakephp 4, it is strictly required to give lowercase m and it worked. Thanks a lot