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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope