gpxcat/laravel_query_builder

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

自製的Laravel Query Builder

1.0.1 2022-09-12 08:38 UTC

This package is auto-updated.

Last update: 2025-06-12 14:48:36 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,

    ),