0

I know that Hoptoad has a module for PHP at https://github.com/rich/php-hoptoad-notifier/blob/master/Services/Hoptoad.php. I'm trying to figure out how to integrate this into Cake? Will it work right if I run the installer for it in the CakePHP boot? Are there any conflicts between this and CakePHP's functionality?

gersh
  • 2,227
  • 4
  • 23
  • 23

1 Answers1

0

Yes, you can install it as 3rd party extensions under /app/vendors, Its easy to configure and run. read how to load vendors files

Ish
  • 28,486
  • 11
  • 60
  • 77