Installation

Install Laravel Inbox of ShipSaaS

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

Last updated