tobias-forkel / october-cms-playground

This October CMS plugin is a sandbox environment that contains reusable code snippets and shows best practice examples based on the latest October CMS version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

October CMS - Sandbox Plugin

This October CMS plugin is a sandbox environment that contains reusable code snippets and shows best practice examples based on the latest October CMS version.

October CMS - System Menu Item

Installation (Manually)

  1. Pull the code.
  2. Copy the code to ./plugins/playground/sandbox/.

Features

  • How to add a new menu item in backend setting by using registerSettings.
  • How to make a plugin configurable by using SettingsManager.
  • How to add a custom component.
  • Call a model from a component.
  • List records from users table.

Support

If you have any issues with this plugin, please open a new issue on GitHub. For a custom build, please contact me on http://tobias.forkel.me.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature.
  3. Commit your changes: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Submit a pull request.

Follow me on GitHub and Twitter.

History

===== 1.0.1 =====

  • Custom component added.

===== 1.0.0 =====

  • Stable version of this plugin.

License

OSL - Open Software Licence 3.0

About

This October CMS plugin is a sandbox environment that contains reusable code snippets and shows best practice examples based on the latest October CMS version.


Languages

Language:PHP 96.7%Language:HTML 3.3%