Go to file Use this template
Brandon Shipley c453f23e8c
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 14s Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m21s Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m1s Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m28s Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m0s Details
CI / Coding Standard & Static Analysis (push) Failing after 6m1s Details
updated read me to test gitea webhook to packagist
2025-03-27 02:18:29 -07:00
.gitea/workflows gitea and github ci workflows 2025-03-27 01:48:12 -07:00
.github/workflows gitea and github ci workflows 2025-03-27 01:48:12 -07:00
config bring into standalone plugin for distribution 2024-11-24 18:38:29 -08:00
src remove debugging - test webhook from gitea 2025-03-27 02:02:39 -07:00
templates bring into standalone plugin for distribution 2024-11-24 18:38:29 -08:00
tests tests fixed 2025-03-27 01:44:16 -07:00
webroot bring into standalone plugin for distribution 2024-11-24 18:38:29 -08:00
.gitignore not used to plugin testing - trying to get working but fixtures not working yet 2025-03-26 00:07:05 -07:00
LICENSE Initial commit 2024-11-22 09:18:16 +00:00
README.md updated read me to test gitea webhook to packagist 2025-03-27 02:18:29 -07:00
composer.json not used to plugin testing - trying to get working but fixtures not working yet 2025-03-26 00:07:05 -07:00
phpunit.xml.dist not used to plugin testing - trying to get working but fixtures not working yet 2025-03-26 00:07:05 -07:00

README.md

CakeProducts plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

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.

ProductCategoryAttributes can have many ProductCategoryAttributeOptions (constrained attributes)