linhnh95/laravel-query-support

Library Support For Query Laravel

v1.3 2021-03-30 04:31 UTC

This package is auto-updated.

Last update: 2024-05-09 14:10:52 UTC


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,