mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Integrate Symfony Web Profiler Bundle for improved debugging and profiling in development environment. Updated composer configuration, created necessary configuration files for both packages and routes, and locked the bundle version in symfony.lock file.
		
			
				
	
	
		
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			287 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| when@dev:
 | |
|     web_profiler:
 | |
|         toolbar: true
 | |
|         intercept_redirects: false
 | |
| 
 | |
|     framework:
 | |
|         profiler: { only_exceptions: false }
 | |
| 
 | |
| when@test:
 | |
|     web_profiler:
 | |
|         toolbar: false
 | |
|         intercept_redirects: false
 | |
| 
 | |
|     framework:
 | |
|         profiler: { collect: false }
 |