Skip to content

How to create a plugin

coffeecms edited this page Sep 4, 2021 · 2 revisions

Plugin struct: All plugins place in: contents/plugins/your_plugin_folder_name/admin/admin_pages.php

  • your_plugin_folder_name: Plugin folder namme. Example: BulletinBoard
  • admin_pages.php: Plugin setting page: Example: Dashboard.php, Addnew.php, Settings.php

Clone this wiki locally