├── README.md ├── composer.json ├── phpstan-baseline.neon ├── phpstan.neon.dist ├── phpunit.xml └── src ├── Macros ├── DdQuery.php ├── DumpQuery.php ├── RawQuery.php └── RayQuery.php └── QueryBuilderMacroServiceProvider.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/composer.json -------------------------------------------------------------------------------- /phpstan-baseline.neon: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /phpstan.neon.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/phpstan.neon.dist -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/phpunit.xml -------------------------------------------------------------------------------- /src/Macros/DdQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/src/Macros/DdQuery.php -------------------------------------------------------------------------------- /src/Macros/DumpQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/src/Macros/DumpQuery.php -------------------------------------------------------------------------------- /src/Macros/RawQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/src/Macros/RawQuery.php -------------------------------------------------------------------------------- /src/Macros/RayQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/src/Macros/RayQuery.php -------------------------------------------------------------------------------- /src/QueryBuilderMacroServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uteq/laravel-query-builder-macros/HEAD/src/QueryBuilderMacroServiceProvider.php --------------------------------------------------------------------------------