linhnh95 / laravel-query-support
Library Support For Query Laravel
v1.3
2021-03-30 04:31 UTC
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,