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

Relay Cabinet Bundle Laravel Package

dbp/relay-cabinet-bundle

View on GitHub
Deep Wiki
Context7

Configuration

Bundle Configuration

Created via ./bin/console config:dump-reference DbpRelayCabinetBundle | sed '/^$/d'

# Default configuration for "DbpRelayCabinetBundle"
dbp_relay_cabinet:
    # The database DSN
    database_url:         ~ # Required
    sync:
        # Whether automatic background synchronization is enabled
        enabled:              false
        # Cron expression for when normal/incremental syncs should run
        schedule:             '*/60 * * * *'
        # The time after the last full sync after which a full sync is forced
        full_sync_interval:   P1W
    typesense:
        # URL for the Typesense server
        api_url:              ~ # Required
        # API key for the Typesense server
        api_key:              ~ # Required
        # Number of partitions the query is split into
        search_partitions:    1
        # Whether the collection should be split for partitioning (requires a full sync on partition changes)
        search_partitions_split_collection: false
        # Number of pages to query internally if partitioning is used
        search_max_partition_pages: 4
        # Number of seconds to cache search results at most
        search_cache_ttl:     3600
    authorization:
        roles:
            # Returns true if the user is allowed to use the cabinet API.
            ROLE_USER:            'false'
        resource_permissions: []
        attributes:           []
    blob_library:
        # Whether to use the HTTP mode, i.e. the Blob HTTP (REST) API. If false, a custom Blob API implementation will be used.
        use_http_mode:        true
        # The fully qualified name or alias of the service to use as custom Blob API implementation. Default is the PHP Blob File API, which comes with the Relay Blob bundle and talks to Blob directly over PHP.
        custom_file_api_service: dbp.relay.blob.file_api
        # The identifier of the Blob bucket
        bucket_identifier:    ~ # Required
        http_mode:
            # The signature key of the Blob bucket. Required for HTTP mode.
            bucket_key:           ~
            # The base URL of the HTTP Blob API. Required for HTTP mode.
            blob_base_url:        ~
            # Whether to use OpenID connect authentication. Optional for HTTP mode.
            oidc_enabled:         true
            # Required for HTTP mode when oidc_enabled is true.
            oidc_provider_url:    ~
            # Required for HTTP mode when oidc_enabled is true.
            oidc_client_id:       ~
            # Required for HTTP mode when oidc_enabled is true.
            oidc_client_secret:   ~
            # Whether to send file content and metadata checksums for Blob to check
            send_checksums:       true
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.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor