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
  • Supports - Requirements
  • Installation

Installation

Install Laravel Inbox of ShipSaaS

PreviousLaravel Inbox Pattern - ShipSaaSNextUsage

Last updated 1 year ago

Supports - Requirements

  • Laravel 10, 11

  • PHP 8.2, 8.3

  • MySQL 8, MariaDB, Postgres 13+, SQLite

Installation

Install the library

composer require shipsaas/laravel-inbox-process

Export config & migration files and then run the migration

php artisan vendor:publish --tag=laravel-inbox-process
php artisan migrate

And Inbox is ready to use 🚀

Note: learn more about the

Configurations here