linhnh95 / laravel-query-support
Library Support For Query Laravel
Installs: 1 028
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/linhnh95/laravel-query-support
Requires
- php: >=7.2
README
Laravel 5 Layer is a package that helps to fast create Query
Installation
Require this package with composer. It is recommended to only require the package.
composer require linhnha95/laravel-query-support
Config
Add the ServiceProvider to the providers array in config/app.php
Linhnh95\LaravelQuerySupport\SupportProvider::class,