Commit 2b0969e1 authored by Taylor Otwell's avatar Taylor Otwell

Edited readme.md via GitHub

parent b2b40a24
...@@ -49,3 +49,32 @@ Laravel is a clean and classy framework for PHP web development. Freeing you fro ...@@ -49,3 +49,32 @@ Laravel is a clean and classy framework for PHP web development. Freeing you fro
- <a href="#lang">Localization</a> - <a href="#lang">Localization</a>
- <a href="#crypt">Encryption</a> - <a href="#crypt">Encryption</a>
<a name="installation"></a>
## Requirements & Installation
### Requirements
- Apache, nginx, or another compatible web server.
- PHP 5.3+ (which supports namespaces, closures, etc.)
### Installation
1. Download Laravel
2. Extract the Laravel archive and upload the contents to your web server.
3. Set the URL of your application in the **application/config/application.php** file.
4. Navigate to your application in a web browser.
If all is well, you should see a pretty Laravel splash page. Get ready, there is lots more to learn!
### Extras
Installaing the following goodies will help you take full advantage of Laravel, but they are not required:
- SQLite, MySQL, or PostgreSQL PDO drivers.
- Memcached or APC.
### Problems?
- Make sure the **public** directory is the document root of your web server.
- If you are using mod\_rewrite, set the **index** option in **application/config/application.php** to an empty string.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment