mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00: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
 | |
| ``` |