Skip to content

rogercbe/Detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detective

This package easily add sorting and filtering functionality to any of your models.

Table of Contents

Installation

Pull this package through Composer.

composer require rogercbe/detective

After the installation add the ServiceProvider to the providers array in your config/app.php file.

Rogercbe\Detective\DetectiveServiceProvider::class,

Finally to publish the config files use:

php artisan vendor:publish

This will create a detective.php file inside your config/ directory in order to override default configuration.

Usage

WIP

Contributing

You are more than welcome to contribute to the package by submitting a Pull Request.

License

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

About

Add filter, search and sort to your models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages