anklimsk / cakephp-search-info
Search for information in the project database for CakePHP 2.x
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4
- anklimsk/cakephp-config-plugin: ^1.0.0
- anklimsk/cakephp-extended-test: ^1.0.0
- anklimsk/cakephp2-theme: ^1.0.0
- composer/installers: ^1.5.0
README
Search for information in the project database
This plugin provides next features:
- Search for information in the project database;
- Adding a user role prefix to links to a search result;
- Support auto-completion in the search bar;
- Support for keyboard layout corrections for the Russian language;
- Supports two levels of search:
- For all fields of the
Model
; - For each field of the
Model
separately.
- For all fields of the
Installation
-
Install the Plugin using composer:
composer require anklimsk/cakephp-search-info
-
Add the next line to the end of the file
app/Config/bootstrap.php
:CakePlugin::load('CakeSearchInfo', ['bootstrap' => true, 'routes' => true]);