Swarm can be installed via composer:
composer require "katsana/swarm"
The package will automatically register a service provider.
Next, you need to publish the Swarm configuration file:
php artisan vendor:publish --provider="Swarm\SwarmServiceProvider" --tag="config"