#!/usr/bin/env sh
set -eu
php artisan config:clear
php artisan migrate:fresh --seed --force
php artisan migrate:status
php artisan test
