2017 © Pedro Peláez
 

library laravel-search-components

Search view components.

image

hnhdigital-os/laravel-search-components

Search view components.

  • Saturday, July 28, 2018
  • by bluora
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 11 % Grown

The README.md

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

Provides blade template and a search object to convert your model searches into html or json., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License, (*2)

Build Status StyleCI Test Coverage Issue Count Code Climate, (*3)

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

Documentation

Requirements

  • PHP >= 7.2
  • Laravel >= 5.8

Installation

Via composer:, (*5)

$ composer require hnhdigital-os/laravel-search-components ~1.0, (*6)

This package's service provider will autoload., (*7)

Configuration

Access the search class by adding it as an alias to your controller., (*8)

use HnhDigital\SearchComponents\Search;

Contributing

Please see CONTRIBUTING for details., (*9)

Credits

License

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

The Versions

09/01 2018