Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-query-support maintained by linhnh95

Description
Library Support For Query Laravel
Last update
2021/03/30 06:31 (dev-master)
License
Links
Downloads
1 051

Comments
comments powered by Disqus

laravel-query-support

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,