#!/bin/bash
set -euo pipefail
composer install --no-interaction --prefer-dist
php artisan migrate --force
