Remove all build previous volumes.
sail down -v
Rebuild container images.
sail build --no-cache
Restart Docker containers in the background.
sail up -d
Clear the configuration cache command and then migrate.
sail artisan config:cache
sail artisan migrate