2025-01-09 23:47:18 -08:00
|
|
|
# CakeContactUs plugin for CakePHP
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).
|
|
|
|
|
|
|
|
|
|
The recommended way to install composer packages is:
|
|
|
|
|
|
|
|
|
|
```
|
2026-01-26 23:41:25 -08:00
|
|
|
composer require hi-powered-dev/cake-contact-us
|
2025-01-09 23:47:18 -08:00
|
|
|
```
|
2025-01-10 07:39:37 +00:00
|
|
|
|