dotplant/entity-structure

Base common structure for DotPlant3 Entity system

Maintainers

👁 bethrezen

Package info

github.com/DevGroup-ru/dotplant-entity-structure

Type:dotplant-extension

pkg:composer/dotplant/entity-structure

Statistics

Installs: 371

Dependents: 3

Suggesters: 0

Stars: 1

Open Issues: 0

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

MIT 43e3354b5ebf9171e9afef38d82dccb02357bfed

  • Pavel Naumov <huggbies.woop@email.su>

entitystructureyii2dotplant

This package is auto-updated.

Last update: 2026-06-11 18:14:11 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