Download the PHP package hetparekh21/searchable without Composer
On this page you can find all versions of the php package hetparekh21/searchable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hetparekh21/searchable
More information about hetparekh21/searchable
Files in hetparekh21/searchable
Download hetparekh21/searchable
More information about hetparekh21/searchable
Files in hetparekh21/searchable
Vendor hetparekh21
Package searchable
Short Description Add simple search functionality to any model
License MIT
Package searchable
Short Description Add simple search functionality to any model
License MIT
Please rate this library. Is it a good library?
Informations about the package searchable
hetparekh21/Searchable
Effortlessly add search functionality to your Laravel models.
Installation
- Install the package via Composer:
Usage
-
Use the
Searchable
trait in your model: -
Perform searches using the
scopeSearch
method: - Search Paginated, As easy as laravel default queries
Configuration
except
property: Exclude specific columns from the search (optional).useGuarded
property: Include guarded attributes in the search (optional).
Contributing
Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.
License
Searchable is open-sourced software licensed under the MIT license: LICENSE.
All versions of searchable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package hetparekh21/searchable contains the following files
Loading the files please wait ....