Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.7 KB

Search plugin for CakePHP

Build Status Latest Stable Version Total Downloads Latest Unstable Version License codecov BCH compliance

About

CakePHP 3+ plugin for flexible and powerful searching of structured data.

This plugin is developed by Qobo for Qobrix. It can be used as standalone CakePHP plugin, or as part of the project-template-cakephp installation.

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

Setup

Install plugin

composer require qobo/cakephp-search

Load plugin

bin/cake plugin load Search

Load required plugin(s)

bin/cake plugin load Muffin/Trash

Load Component

In your AppController add the following:

    $this->loadComponent('Qobo/Search.Searchable');