#!/bin/bash
source .env
echo "run artisan..."
docker exec -it "$DOCKER_CONTAINER_NAME" php artisan "$@"