Browse Source

fix merge

Shawn McCool 12 years ago
parent
commit
85ec19367d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      laravel/documentation/install.md

+ 0 - 1
laravel/documentation/install.md

@@ -60,7 +60,6 @@ A very basic example of an Apache VirtualHost configuration for MySite might loo
 Notice that while we installed to **/Users/JonSnow/Sites/MySite** our DocumentRoot points to /Users/JonSnow/Sites/MySite/public**.
 Notice that while we installed to **/Users/JonSnow/Sites/MySite** our DocumentRoot points to /Users/JonSnow/Sites/MySite/public**.
 
 
 While pointing the DocumentRoot to the public folder is a commonly used best-practice, it's possible that you may need to use Laravel on a host that does not allow you to update your DocumentRoot. A collection of algorithms to circumvent this need can be found [http://forums.laravel.com/viewtopic.php?id=1258](on the Laravel forums.)
 While pointing the DocumentRoot to the public folder is a commonly used best-practice, it's possible that you may need to use Laravel on a host that does not allow you to update your DocumentRoot. A collection of algorithms to circumvent this need can be found [http://forums.laravel.com/viewtopic.php?id=1258](on the Laravel forums.)
->>>>>>> feature/docs-install
 
 
 <a name="basic-configuration"></a>
 <a name="basic-configuration"></a>
 ## Basic Configuration
 ## Basic Configuration