mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-31 18:29:21 +00:00
219 B
219 B
Administration 🛠️
Clear and restart the application:
docker-compose exec application php artisan config:clear
docker-compose exec application php artisan cache:clear
docker-compose restart application