To access Mailpit, you can use the following URL:
https://mailpit.dev.test/

mailpit.dev.test so that you can access the Mailpit UI.spin up and see a 404 immediately after bringing the services up, wait at least 15 seconds and try again. The mailpit container needs time to start up.To use Mailpit with Laravel, you need to ensure your .env file has the following configuration:
MAIL_MAILER=smtp # For Laravel 11+
MAIL_DRIVER=smtp # For Laravel 10↓
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
Laravel Schema Dump
Laravel Schema Dump is a command that allows you to dump the current database schema to a file. Here's how you can use it in your Spin Pro project.
MariaDB
MariaDB is a popular open-source database server. It is a drop-in replacement for MySQL. This guide will walk you through how to use MariaDB with Spin.