mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
7 lines
219 B
Markdown
7 lines
219 B
Markdown
# Administration 🛠️
|
|
Clear and restart the application:
|
|
```bash
|
|
docker-compose exec application php artisan config:clear
|
|
docker-compose exec application php artisan cache:clear
|
|
docker-compose restart application
|
|
``` |