How to create a dynamic pages with cakephp3 in the cms tutorial?

Hi, How to create a dynamic pages in cakephp3?

I followed the cms tutorial and created the articles, users and tags and now I want to add a dynamic pages beside that. can I find a help?

@system @discourse

  1. You have to create a table to store pages in a database and then bake crud for pages.
  2. To display the pages from the database you have to modify the display method of page controller to fetch pages from the database.
1 Like