snowfingers / query-helper
Query helper for faster development
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/snowfingers/query-helper
Requires
- php: >=7.0
- laravel/framework: >=8.75
This package is not auto-updated.
Last update: 2025-12-13 00:22:36 UTC
README
Laravel query helper
This package will short your code and decrease the number of queries as Laravel Developer
How to install in Laravel project?
composer require snowfingers/query-helper
How to use?
This is very simple use in your existing project to improve development level.
First import the class using Laravel sytem
use QueryHelper\QueryHelper;
Now in your controller function
QueryHelper::leftJoin(ModelQueryVariable, ChildClass::class);