cakephp-search-info

Search for information in the project database

View the Project on GitHub anklimsk/cakephp-search-info

CakePHP 2.x Search for information plugin

Build Status Coverage Status Latest Stable Version License

Search for information in the project database

This plugin provides next features:

Installation

  1. Install the Plugin using composer: composer require anklimsk/cakephp-search-info
  2. Add the next line to the end of the file app/Config/bootstrap.php:

    CakePlugin::load('CakeSearchInfo', ['bootstrap' => true, 'routes' => true]);
    

Using

Using this plugin