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

When you install the Laravel Task Scheduler, Spin will set up a dedicated "Scheduler" service for you. By default, the service runs the following command:
php artisan schedule:work
This will run the Laravel Task Scheduler every minute. See the docs with serversideup/php to learn more about how to customize the scheduler.
When you run spin up, the scheduler service will automatically run.
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.
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.