eugenec138/cakephp-search

Search plugin for CakePHP

v1.0.4 2023-06-29 13:50 UTC

This package is not auto-updated.

Last update: 2024-05-16 18:27:37 UTC


README

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

About

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

Developed by Qobo, used in Qobrix.

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('Search.Searchable');