# Installation

### Supports - Requirements

* Laravel 10, 11
* PHP 8.2, 8.3
* MySQL 8, MariaDB, Postgres 13+, SQLite

### Installation

#### Install the library

```bash
composer require shipsaas/laravel-inbox-process
```

#### Export config & migration files and then run the migration

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

And Inbox is ready to use 🚀

Note: learn more about the [Configurations here](https://inbox.shipsaas.tech/usage/configuration)
