LaravelPackages.net
Acme Inc.
Toggle sidebar
hnhdigital-os/laravel-search-components

Search view components.

140
4
3.0.2
About hnhdigital-os/laravel-search-components

hnhdigital-os/laravel-search-components is a Laravel package for search view components.. It currently has 4 GitHub stars and 140 downloads on Packagist (latest version 3.0.2). Install it with composer require hnhdigital-os/laravel-search-components. Discover more Laravel packages by hnhdigital-os or browse all Laravel packages to compare alternatives.

Last updated

 _____                     _     _____                                              _       
/  ___|                   | |   /  __ \                                            | |      
\ `--.  ___  __ _ _ __ ___| |__ | /  \/ ___  _ __ ___  _ __   ___  _ __   ___ _ __ | |_ ___ 
 `--. \/ _ \/ _` | '__/ __| '_ \| |    / _ \| '_ ` _ \| '_ \ / _ \| '_ \ / _ \ '_ \| __/ __|
/\__/ /  __/ (_| | | | (__| | | | \__/\ (_) | | | | | | |_) | (_) | | | |  __/ | | | |_\__ \
\____/ \___|\__,_|_|  \___|_| |_|\____/\___/|_| |_| |_| .__/ \___/|_| |_|\___|_| |_|\__|___/
                                                      | |                                   
                                                      |_|                                   

Provides blade template and a search object to convert your model searches into html or json.

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License

Build Status StyleCI Test Coverage Issue Count Code Climate

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.

Documentation

Requirements

  • PHP >= 7.2
  • Laravel >= 5.8

Installation

Via composer:

$ composer require hnhdigital-os/laravel-search-components ~1.0

This package's service provider will autoload.

Configuration

Access the search class by adding it as an alias to your controller.

use HnhDigital\SearchComponents\Search;

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart