https://github.com/walisc/cakephpquickemailer_sampleapp
https://github.com/walisc/cakephpquickemailer_sampleapp
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/walisc/cakephpquickemailer_sampleapp
- Owner: walisc
- Created: 2016-01-01T14:39:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T14:40:33.000Z (over 10 years ago)
- Last Synced: 2025-03-21T17:56:03.260Z (about 1 year ago)
- Language: PHP
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Issue setting up
-> Get helper to be picked up
-- Problem was with not instantiating it right. Correct way public $helpers = array('QuickEmailer.QuickEmailerUI'); It's not a name value instantiating