12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| APP_ENV=local
 | |
| APP_DEBUG=true
 | |
| APP_KEY=SomeRandomString
 | |
| 
 | |
| DB_HOST=localhost
 | |
| DB_DATABASE=homestead
 | |
| DB_USERNAME=homestead
 | |
| DB_PASSWORD=secret
 | |
| 
 | |
| CACHE_DRIVER=file
 | |
| SESSION_DRIVER=file
 |