mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 14:24:16 +02: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