Skip to content

Establishing Models, Controllers, and Actions

Ryan Jentzsch edited this page May 8, 2019 · 2 revisions

🌿 Establishing Models, Controllers, and Actions

Make commands

If you followed the guide so far your database credentials are in the .env file and you were able to use ./willow db:show-tables to get a listing of tables in your database.

If this is the case then you are ready to create models, controllers, and actions for your tables. Type this command: willow make:all

You will be prompted to select the tables/views (entities) you want to generate. For example: