laravel-elasticsearch icon indicating copy to clipboard operation
laravel-elasticsearch copied to clipboard

An Elasticsearch implementation of Laravel's Eloquent ORM

Results 4 laravel-elasticsearch issues
Sort by recently updated
recently updated
newest added

This commit introduces several new features and improvements to the package: - **Nix Integration**: Includes formatters, pre-commit hooks, and general environment setup. - **Orchestra/Testbench**: Integrates Testbench into the package. -...

## Package version v4.0.3 ## Describe the bug When running static analysis over the code using `larastan` which uses `phpstan` under the hood this error is generated: ``` Static call...

bug

This PR aims to add a new option to allow a developer to opt into using "unsafe_queries". Essentially It's supposed to skip mapping checks and avoid doing any elastic search...

This PR moves the current docs over to the repo and uses vitepress to build the docs. More to come this is just a starter draft.