Installation

April 19, 2025 ยท View on GitHub

How to include

Installing the Plugin is pretty much as with every other CakePHP Plugin.

composer require dereuromark/cakephp-ajax

Details @ https://packagist.org/packages/dereuromark/cakephp-ajax

Load the plugin:

bin/cake plugin load Ajax

Note that you do not have to load the plugin if you do not use the plugin's bootstrap or require other plugins (like IdeHelper) to know about it. It also doesn't hurt to load it, though.