To install Laravel Queues, you will be prompted to include the Laravel Queues service on install. You simply just need to select it.

When you install Laravel Queues, Spin will set up a dedicated "Queue" service for you. By default, the service runs the following command:
php artisan queue:work --tries=3
When you run spin up, the queue service will automatically run.
Laravel Pint
Laravel Pint is a tool that helps you to keep your codebase clean and consistent. It provides a set of rules that you can use to enforce your code style.
Laravel Reverb
Laravel Reverb allows you to run web sockets in your Laravel application. This guide will walk you through how to use Laravel Reverb with Spin.