Go to file Use this template
Brandon Shipley 4c65d23e2b
CI / testsuite (mysql, 8.1, ) (push) Failing after 1s Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 0s Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 0s Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 1s Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 0s Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 1s Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 1s Details
CI / Coding Standard & Static Analysis (push) Failing after 0s Details
v0.0.15 - catalags & apis many to many wip
2025-03-31 00:48:00 -07:00
.gitea/workflows mysql service 2025-03-27 21:21:50 -07:00
.github/workflows gitea and github ci workflows 2025-03-27 01:48:12 -07:00
config belongs to many external catalogs & catalogs 2025-03-30 22:43:04 -07:00
src v0.0.15 - catalags & apis many to many wip 2025-03-31 00:48:00 -07:00
templates v0.0.15 - catalags & apis many to many wip 2025-03-31 00:48:00 -07:00
tests v0.0.15 - catalags & apis many to many wip 2025-03-31 00:48:00 -07:00
webroot add/assign catalogs to an api when adding it 2025-03-30 23:46:13 -07: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 read me 2025-03-27 02:21:49 -07:00
composer.json minimum stablity=dev (for now) 2025-03-29 03:11:31 -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)

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