#!/usr/bin/env bash # Storage monitor cron skeleton # Usage: configure cron to run every 5 minutes set -euo pipefail APP_DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "$APP_DIR" # Collect storage statistics and cache them for the dashboard # Customize the artisan command once implemented /usr/bin/env php artisan storage:monitor --quiet