CakeProducts/README.md

21 lines
771 B
Markdown
Raw Normal View History

# CakeProducts plugin for CakePHP
2024-11-22 09:18:16 +00:00
## Installation
You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).
The recommended way to install composer packages is:
```
2025-03-27 09:11:34 +00:00
composer require hi-powered-dev/cake-products
```
## Database Structure
Products belong to ProductCategories, ProductCategories is hierarchical and belongs to ProductCatalogs.
ProductCategoryAttributes belongs to ProductCategories and attributes are inherited from their parents up the category tree.
2025-03-27 09:21:49 +00:00
ProductCategoryAttributes can have many ProductCategoryAttributeOptions (constrained attributes)
You can either load the plugin with routes enabled to use default controller actions, or just use/extend the database structure and use your own controllers