dotplant/entity-structure

Base common structure for DotPlant3 Entity system

dev-master 2016-12-27 08:16 UTC

This package is auto-updated.

Last update: 2024-09-11 14:06:00 UTC


README

All of the DotPlant3 components are built over the common Entity system. Every part of CMS are Entity e.g. Page, Category, Product. All of them are stored in one global Structure.

This extension provides basic database structure, basic CRUD actions and default views for all Entity components.

Installation

Best way to install this extension is to use DotPlant ExtensionsManager included in every DotPlant installation.

  1. Go to the site.com/extensions-manager/extensions
  2. Click Search section in the left navigation
  3. Find dotplant/entity-structure
  4. Press Details and wait a bit
  5. Click Install
  6. Click Extensions section in the left navigation
  7. Click Type in the grid for order by type
  8. Find DotPlant Entity Structure and press Activate

Conception & Usage example