#!/usr/bin/env bash set -euo pipefail # Fail fast if the database is unreachable. php artisan version:fetch >/dev/null