Laravel - Rebuild Docker Container After .env File Changes Or .yaml
👤 By edwin | 📆
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
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