To rebuild laravel after changes to the .env files or .yaml files, try these commands:

$ sail down -v
$ sail build --no-cache
$ sail up -d