Tuesday, September 17, 2019

How to Bake in CakePHP 3


  1. In the command console go to your project root directory. In my case this is:
    C:\wamp64\www\colab
  2. Enter the command like: 
    • cake bake all TableNameLikeThis
    • cake bake controller TableNameLikeThis
    • cake bake model TableNameLikeThis
    • cake bake template TableNameLikeThis