|  | @@ -0,0 +1,18 @@
 | 
	
		
			
				|  |  | +<?php
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +/*
 | 
	
		
			
				|  |  | +|--------------------------------------------------------------------------
 | 
	
		
			
				|  |  | +| Detect The Application Environment
 | 
	
		
			
				|  |  | +|--------------------------------------------------------------------------
 | 
	
		
			
				|  |  | +|
 | 
	
		
			
				|  |  | +| Laravel takes a dead simple approach to your application environments
 | 
	
		
			
				|  |  | +| so you can just specify a machine name for the host that matches a
 | 
	
		
			
				|  |  | +| given environment, then we will automatically detect it for you.
 | 
	
		
			
				|  |  | +|
 | 
	
		
			
				|  |  | +*/
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +$env = $app->detectEnvironment([
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	'local' => ['homestead'],
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +]);
 |