Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Typesense Bundle Laravel Package

biblioverse/typesense-bundle

View on GitHub
Deep Wiki
Context7

To use the Bundle, you can use the following command:

composer require "biblioverse/typesense-bundle"

Note that as long as the repo is not ready, you will need to include the repository in your composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/biblioverse/TypesenseBundle"
    }
  ]
}

Then you will need to add the bundle to your config/bundles.php:

<?php
$bundles = [
    // ...
    Biblioverse\TypesenseBundle::class => ['all' => true],
];

And finally, you will need to add the configuration to your config/packages/biblioverse_typesense.yaml:

parameters:
  env(TYPESENSE_URL): 'http://typesense:8108'
  env(TYPESENSE_KEY): 'mykey'
biblioverse_typesense:
  typesense:
    uri: '%env(TYPESENSE_URL)%'
    key: '%env(TYPESENSE_KEY)%'

when@test:
  biblioverse_typesense:
    auto_update: false

This is the minimum configuration needed to use the bundle.

By setting auto_update to false on test environment, you make sure that typesense will not update your typesense document when you flush an entity.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata