gpxcat/laravel_query_builder

There is no license information available for the latest version (1.0.1) of this package.

自製的Laravel Query Builder

Installs: 411

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gpxcat/laravel_query_builder

1.0.1 2022-09-12 08:38 UTC

This package is auto-updated.

Last update: 2025-12-12 15:46:04 UTC


README

Laravel 5.5+ Integration

Laravel's package discovery will take care of integration for you.

Laravel 5.* Integration

Add the service provider to your config/app.php file:

    'providers'     => array(

        //...
        Gpxcat\LaravelQueryBuilder\QueryBuilderServiceProvider::class,

    ),