2024-11-25 02:38:29 +00:00
|
|
|
# CakeProducts plugin for CakePHP
|
2024-11-22 09:18:16 +00:00
|
|
|
|
2024-11-25 02:38:29 +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:
|
|
|
|
|
|
|
|
```
|
|
|
|
composer require your-name-here/cake-products
|
|
|
|
```
|