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

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

This package is auto-updated.

Last update: 2025-11-09 17:19:30 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,