disclaimer
This commit is contained in:
		
							parent
							
								
									159d71325e
								
							
						
					
					
						commit
						180a5ed4e9
					
				@ -29,8 +29,9 @@ This is the most important step. Open the `Lenvi.yaml` file and define your enti
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- `project_root`: The base directory of your project. This is where you would run `git` or `composer` commands.
 | 
					- `project_root`: The base directory of your project. This is where you would run `git` or `composer` commands.
 | 
				
			||||||
- `document_root`: The directory that Nginx will serve files from. For Laravel, this is the `public` sub-directory.  
 | 
					- `document_root`: The directory that Nginx will serve files from. For Laravel, this is the `public` sub-directory.  
 | 
				
			||||||
- `wsl disclaimer:` Project folders that does not live on linux filesystem will be noticeably slower compared to the projects that lives directly wsl filesystem. i.e., /mnt/c/Users/user/projects/laravel-app -> this is slow
 | 
					- `wsl disclaimer:` Project folders that does not live on wsl filesystem will be noticeably slower compared to the projects that lives directly wsl filesystem. i.e., /mnt/c/Users/user/projects/laravel-app -> This is slow. /home/user/projects/laravel-app -> Very Fast!
 | 
				
			||||||
    **Example** `Lenvi.yaml`**:**
 | 
					
 | 
				
			||||||
 | 
					**Example** `Lenvi.yaml`**:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
db_engine: "mariadb" #mariadb, mysql or postgresql
 | 
					db_engine: "mariadb" #mariadb, mysql or postgresql
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user