Laravel Inbox Pattern - ShipSaaS
GitHubShipSaaS
  • Laravel Inbox Pattern - ShipSaaS
  • Installation
  • Usage
    • Glossary
    • Configuration
    • Receive Webhook Requests
    • Inbox Processor / Handler
    • Run The Inbox Process
  • Use cases for Inbox
  • Architechture Notes
  • Best Practices
  • Database Info
Powered by GitBook
On this page
  1. Usage

Configuration

The inbox.php configuration file

PreviousGlossaryNextReceive Webhook Requests

Last updated 1 year ago

The exported configuration

Key
Type
Description

uses_default_inbox_route

bool

Default: true Enable/disable the inbox webhook default route.

db_connection

string|null

Default: null - use the default DB connection Specify the desired DB connection for Inbox.

route_path

string

(since v1.1.1) Default: inbox Customize the built-in inbox route path.

inbox.php